Constnium/node_modules/regexp.prototype.flags/.eslintrc

20 lines
215 B
Text
Raw Permalink Normal View History

2022-06-23 02:27:43 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"eqeqeq": [2, "allow-null"],
"id-length": 0,
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
},
},
],
}