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