mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
af61cb80eb
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"extends": "airbnb-base",
|
|
"parser": "babel-eslint",
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"globals": {
|
|
"Routing": true
|
|
},
|
|
"rules": {
|
|
"import/no-extraneous-dependencies": ["error", {"devDependencies": true, "optionalDependencies": true, "peerDependencies": true}]
|
|
}
|
|
}
|