Skip to content

Commit

Permalink
chore: bump @typescript-eslint/eslint-plugin 5.3.0 (apache#1457)
Browse files Browse the repository at this point in the history
* chore: bump eslint 5.3.0

* fix lint
  • Loading branch information
zhaoyongjie committed Nov 24, 2021
1 parent ab18b9f commit 4ee6fd1
Show file tree
Hide file tree
Showing 18 changed files with 6,583 additions and 1,810 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ esm/
lib/
tmp/
dist/
temporary-plugins/
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
module.exports = {
extends: ['airbnb', 'prettier', 'prettier/react', 'plugin:react-hooks/recommended'],
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true,
Expand Down Expand Up @@ -178,6 +178,7 @@ module.exports = {
'react/prop-types': 0,
'react/require-default-props': 0,
'react/static-property-placement': 0, // re-enable up for discussion
'react/sort-comp': 0,
'prettier/prettier': 'error',
},
settings: {
Expand Down
Loading

0 comments on commit 4ee6fd1

Please sign in to comment.