28 строки
476 B
JSON
28 строки
476 B
JSON
{
|
|
"root": true,
|
|
"plugins": ["github"],
|
|
"extends": [
|
|
"plugin:github/browser",
|
|
"plugin:github/recommended",
|
|
"plugin:github/typescript"
|
|
],
|
|
"rules": {
|
|
"github/no-then": "off"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": "test/**/*.js",
|
|
"globals": {
|
|
"assert": true
|
|
},
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"github/no-inner-html": "off",
|
|
"github/unescaped-html-literal": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|