mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
21 lines
475 B
JSON
21 lines
475 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true,
|
|
"es2021": true
|
|
},
|
|
"extends": [
|
|
"standard"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 12
|
|
},
|
|
"rules": {
|
|
"semi": ["error", "always"],
|
|
"quotes": ["error", "double"],
|
|
"indent": ["error", "tab"],
|
|
"no-unused-vars": ["error"],
|
|
"no-tabs":["error",{"allowIndentationTabs":true}],
|
|
"no-console":["warn",{"allow":["error"]}]
|
|
}
|
|
} |