Skip to content

Commit

Permalink
Stop disabling rules now that their babel counterparts are removed (#454
Browse files Browse the repository at this point in the history
)
  • Loading branch information
BPScott authored Dec 29, 2024
1 parent a38a7ea commit 4cfd24c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-glasses-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/eslint-plugin': minor
---

Stop disabling rules that existed because we used their babel counterparts
9 changes: 0 additions & 9 deletions packages/eslint-plugin/lib/config/esnext.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,15 +276,6 @@ module.exports = [

// default params
'no-param-reassign': 'error',
// Rules override by the Babel plugin
camelcase: 'off',
quotes: 'off',
'no-unused-expressions': 'off',
'valid-typeof': 'off',
'new-cap': 'off',
'no-await-in-loop': 'off',
'object-curly-spacing': 'off',
'no-invalid-this': 'off',
},
},
];

0 comments on commit 4cfd24c

Please sign in to comment.