12 lines
182 B
JSON
12 lines
182 B
JSON
|
{
|
||
|
"plugins": ["compat"],
|
||
|
"extends": ["plugin:compat/recommended"],
|
||
|
"env": {
|
||
|
"es6": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2020,
|
||
|
"sourceType": "module"
|
||
|
}
|
||
|
}
|