25 lines
291 B
Plaintext
25 lines
291 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
|
||
|
"extends": "@ljharb",
|
||
|
|
||
|
"rules": {
|
||
|
"func-style": "off",
|
||
|
"multiline-comment-style": "off",
|
||
|
"sort-keys": "off",
|
||
|
},
|
||
|
|
||
|
"ignorePatterns": [
|
||
|
"example/bundle.js",
|
||
|
],
|
||
|
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "example/**",
|
||
|
"rules": {
|
||
|
"no-console": "off",
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
}
|