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

14 lines
156 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}