Constnium/node_modules/regexp.prototype.flags/.eslintrc
2022-06-23 02:27:43 +02:00

19 lines
215 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": [2, "allow-null"],
"id-length": 0,
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
},
},
],
}