forked from kompetenzinventar/ki-frontend
ISSUE-72| Update eslint
This commit is contained in:
parent
17e43d94c4
commit
0b02df26e8
@ -8,7 +8,7 @@ module.exports = {
|
||||
'eslint:recommended'
|
||||
],
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
parser: '@babel/eslint-parser'
|
||||
},
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
|
Loading…
Reference in New Issue
Block a user