mirror of
https://gitlab.com/RemixDev/deezer-js.git
synced 2024-12-26 17:36:15 +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": {
|
|
}
|
|
}
|