Constnium/node_modules/is-symbol/.eslintrc
2022-06-23 02:27:43 +02:00

14 lines
151 B
Text

{
"root": true,
"extends": "@ljharb",
"overrides": [
{
"files": "test/**",
"rules": {
"no-restricted-properties": 0,
},
},
],
}