mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 18:36:26 +00:00
14 lines
209 B
JSON
14 lines
209 B
JSON
|
{
|
||
|
"env": {
|
||
|
"commonjs": true,
|
||
|
"es2021": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 12
|
||
|
},
|
||
|
"rules": {
|
||
|
}
|
||
|
}
|