13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"es6": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"extends": [
|
||
|
"eslint:recommended", "google"
|
||
|
]
|
||
|
}
|