Icard/angular-clarity-master(work.../node_modules/@ljharb/through/.eslintrc

25 lines
404 B
Plaintext

{
"root": true,
"extends": "@ljharb/eslint-config/node/0.4",
"rules": {
"consistent-return": "warn",
"func-style": "warn",
"max-lines-per-function": "off",
"max-statements-per-line": "warn",
"no-invalid-this": "warn",
"no-param-reassign": "warn",
"no-underscore-dangle": "warn",
},
"overrides": [
{
"files": "test/**",
"rules": {
"no-plusplus": "warn",
},
},
],
}