mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 16:45:41 -04:00
16 lines
265 B
Plaintext
16 lines
265 B
Plaintext
{
|
|
"env": {
|
|
"es6": true,
|
|
"mocha": true
|
|
},
|
|
"extends": "airbnb-base",
|
|
"parser": "@babel/eslint-parser",
|
|
"rules": {
|
|
"no-await-in-loop": "off",
|
|
"object-curly-newline": ["error", {
|
|
"consistent": true,
|
|
"minProperties": 5
|
|
}]
|
|
}
|
|
}
|