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

25 lines
404 B
Plaintext
Raw Normal View History

2024-07-16 14:55:36 +00:00
{
"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",
},
},
],
}