15 строки
229 B
Plaintext
15 строки
229 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:github/recommended",
|
||
|
"plugin:github/typescript",
|
||
|
"plugin:prettier/recommended"
|
||
|
],
|
||
|
"plugins": ["html"],
|
||
|
"rules": {
|
||
|
"import/no-namespace": "off"
|
||
|
}
|
||
|
}
|