Fantasy-Map-Generator/node_modules/is-symbol/.eslintrc
2021-12-12 23:02:38 -08:00

14 lines
151 B
Text

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