Files
flights_web_raw/apps/angular/node_modules/loglevel-plugin-prefix/lib/.eslintrc.json
T

15 lines
332 B
JSON

{
"extends": "airbnb-base/legacy",
"env": {
"browser": true,
"amd": true,
"es6": false
},
"rules": {
"no-param-reassign": "off",
"prefer-rest-params": "off",
"no-restricted-syntax": "off",
"no-plusplus": "off",
"func-names": "off"
}
}