Skip to content

Commit

Permalink
chore: bump @typescript-eslint/eslint-plugin to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 8, 2021
1 parent ed4a628 commit 55d815b
Show file tree
Hide file tree
Showing 4 changed files with 633 additions and 534 deletions.
3 changes: 2 additions & 1 deletion superset-frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
version: 'detect',
},
},
plugins: ['prettier', 'react'],
plugins: ['prettier', 'react', 'file-progress'],
overrides: [
{
files: ['cypress-base/**/*'],
Expand Down Expand Up @@ -145,6 +145,7 @@ module.exports = {
'react/sort-comp': 0, // TODO: re-enable in separate PR
'react/static-property-placement': 0, // re-enable up for discussion
'prettier/prettier': 'error',
'file-progress/activate': 1,
},
settings: {
'import/resolver': {
Expand Down
Loading

0 comments on commit 55d815b

Please sign in to comment.