projecte_ionic/node_modules/is-core-module/.eslintrc
2022-02-09 18:30:03 +01:00

19 lines
358 B
Plaintext
Executable file

{
"extends": "@ljharb",
"root": true,
"rules": {
"func-style": 1,
"operator-linebreak": [2, "before"],
},
"overrides": [
{
"files": "test/**",
"rules": {
"global-require": 0,
"max-lines-per-function": 0,
"no-negated-condition": 0,
},
},
],
}