Skip to content

Commit

Permalink
Drop Shopify rules
Browse files Browse the repository at this point in the history
Because support for ESLint 9 doesn't seem to be coming any time soon: Shopify/web-configs#425
  • Loading branch information
gnarea committed Sep 12, 2024
1 parent 3213c1b commit 168decc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
3 changes: 0 additions & 3 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"no-constructor-bind",
"ext",
"putout",
"@shopify",
"regexp",
"anti-trojan-source"
],
Expand Down Expand Up @@ -658,8 +657,6 @@
{ "exceptBetweenSingleLines": true }
],

"@shopify/no-useless-computed-properties": "error",

"regexp/match-any": "error",
"regexp/no-empty-capturing-group": "error",
"regexp/no-dupe-characters-character-class": "error",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"@relaycorp/shared-config": "^1.14.1"
},
"dependencies": {
"@shopify/eslint-plugin": "^45.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": ">= 6.21.0",
"eslint": ">= 8",
Expand Down
6 changes: 1 addition & 5 deletions ts-for-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"@typescript-eslint",
"sort-class-members",
"decorator-position",
"@shopify"
],

"rules": {
Expand Down Expand Up @@ -171,9 +170,6 @@
}
],

"decorator-position/decorator-position": ["error", {"properties": "above"}],

"@shopify/prefer-class-properties": "error",
"@shopify/no-fully-static-classes": "error"
"decorator-position/decorator-position": ["error", {"properties": "above"}]
}
}
2 changes: 0 additions & 2 deletions ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@
{ "avoidEscape": true, "allowTemplateLiterals": false }
],

"@shopify/typescript/prefer-singular-enums": "error",

"import/no-unused-modules": [
"error",
{ "missingExports": false, "unusedExports": true }
Expand Down

0 comments on commit 168decc

Please sign in to comment.