13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
|
{
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 6,
|
||
|
"sourceType": "module",
|
||
|
},
|
||
|
"plugins": [
|
||
|
"import"
|
||
|
],
|
||
|
"extends": [
|
||
|
"plugin:import/errors"
|
||
|
]
|
||
|
}
|