14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": ["eslint:recommended", "prettier"],
|
|
"globals": {
|
|
"Promise": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017,
|
|
"sourceType": "script"
|
|
}
|
|
}
|