gigatron/rom/Contrib/PhilThomas/.eslintrc.json
2025-01-28 19:17:01 +03:00

15 lines
231 B
JSON

{
"extends": "google",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"rules": {
"no-tabs": "off",
"no-var": "off"
},
"env": {
"browser": true
}
}