discord-jellyfin-bot/.eslintrc.json
2020-09-21 04:45:15 +02:00

16 lines
218 B
JSON

{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": [
"standard"
],
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
}