All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
13 lines
162 B
Plaintext
13 lines
162 B
Plaintext
{
|
|
"extends": ["eslint:recommended"],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"node": true
|
|
}
|
|
}
|