mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
fix eslint:recommended errors
this should find most of the imports
This commit is contained in:
parent
ad730d806b
commit
640f555b8a
61 changed files with 269 additions and 44 deletions
|
@ -1,13 +1,21 @@
|
|||
{
|
||||
"extends": "airbnb-base",
|
||||
|
||||
"extends": "eslint:recommended",
|
||||
"parser": "babel-eslint",
|
||||
"plugins": ["babel"],
|
||||
"rules": {
|
||||
"no-unused-vars": 0,
|
||||
"no-console": 0,
|
||||
"no-cond-assign": 0,
|
||||
"no-unsafe-finally": 0
|
||||
},
|
||||
"settings": {
|
||||
"import/resolver": {
|
||||
"webpack": {}
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
"browser": true,
|
||||
"node": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue