VectorGOLEM/stories/.eslintrc.json

13 lines
188 B
JSON

{
"rules": {
"one-var": "off",
"single-quote": "off",
"no-restricted-properties": "off",
"quotes": "off"
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 6
}
}