mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-13 01:26:54 -04:00
configure eslint
This commit is contained in:
parent
9e478b31fe
commit
0d42541860
5 changed files with 576 additions and 32 deletions
13
.eslintrc.json
Normal file
13
.eslintrc.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extends": "airbnb-base",
|
||||
"parser": "babel-eslint",
|
||||
"plugins": ["babel"],
|
||||
"settings": {
|
||||
"import/resolver": {
|
||||
"webpack": {}
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue