2020-01-09 22:11:00 +00:00
|
|
|
{
|
|
|
|
"rules": {
|
|
|
|
"one-var": "off",
|
|
|
|
"single-quote": "off",
|
2020-02-17 19:49:43 +00:00
|
|
|
"no-restricted-properties": "off",
|
2020-01-09 22:11:00 +00:00
|
|
|
"quotes": "off"
|
|
|
|
},
|
|
|
|
"parserOptions": {
|
|
|
|
"sourceType": "module",
|
|
|
|
"ecmaVersion": 6
|
|
|
|
}
|
|
|
|
}
|