Replace from Code Climate to Super-Linter (#18587)
This commit is contained in:
committed by
GitHub
parent
3f14260574
commit
84266f87e7
@ -12,7 +12,7 @@ module.exports = {
|
||||
ATTACHMENT_HOST: false,
|
||||
},
|
||||
|
||||
parser: 'babel-eslint',
|
||||
parser: '@babel/eslint-parser',
|
||||
|
||||
plugins: [
|
||||
'react',
|
||||
@ -27,7 +27,7 @@ module.exports = {
|
||||
experimentalObjectRestSpread: true,
|
||||
jsx: true,
|
||||
},
|
||||
ecmaVersion: 2018,
|
||||
ecmaVersion: 2021,
|
||||
},
|
||||
|
||||
settings: {
|
||||
|
Reference in New Issue
Block a user