Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 551a1c8

Browse files
committed
chore: Remove ESLint comments about quote-props
1 parent 5f570dc commit 551a1c8

18 files changed

+18
-18
lines changed

base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
const options = require("./options.js");

es5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
module.exports = {

flowtype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
module.exports = {

jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
module.exports = {

node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
module.exports = {

presets/prettier-typescript-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
module.exports = {

presets/prettier-typescript-react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
module.exports = {

presets/prettier-typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
module.exports = {

react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
module.exports = {

styles/no-default-export.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
1+
/* eslint sort-keys: ["error", "asc"] */
22
/* eslint-disable sort-keys */
33

44
const globPatterns = require("../glob-patterns.js");

0 commit comments

Comments
 (0)