徐总多门店
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.
 
 
 
 
 
 

30 lines
507 B

{
"root": true,
"extends": "@ljharb",
"rules": {
"consistent-return": 1,
"max-lines-per-function": 0,
"max-params": 1,
"max-statements-per-line": [2, { "max": 2 }],
"no-continue": 1,
"no-negated-condition": 1,
"no-param-reassign": 1,
"no-redeclare": 1,
"no-restricted-syntax": 1,
"object-curly-newline": 0,
"max-statements": 1,
"operator-linebreak": 0,
"sort-keys": 1,
},
"overrides": [
{
"files": "example/**",
"rules": {
"no-console": 0,
},
},
],
}