2021-02-11 21:31:41 +08:00

13 lines
166 B
Plaintext

{
"extends": [
"eslint:recommended",
"airbnb/base",
"algolia/es5"
],
"rules": {
"id-length": 0,
"no-cond-assign": 0,
"new-cap": 0
}
}