15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"extends": "google",
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"no-tabs": "off",
|
|
"no-var": "off"
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
}
|
|
}
|