You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
437 B
25 lines
437 B
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"camelcase": 0,
|
|
"func-style": 1,
|
|
"max-statements-per-line": 0,
|
|
"no-param-reassign": 1,
|
|
"no-restricted-syntax": 1,
|
|
"no-use-before-define": 1,
|
|
"sort-keys": 0,
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "example/**",
|
|
"rules": {
|
|
"no-console": 0,
|
|
},
|
|
}
|
|
]
|
|
}
|