mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
25 lines
414 B
Plaintext
25 lines
414 B
Plaintext
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true
|
|
},
|
|
"rules": {
|
|
"quotes": [2, "single"],
|
|
"strict": [2, "never"],
|
|
"no-multi-spaces": false,
|
|
"no-alert": false,
|
|
"key-spacing": false,
|
|
"curly": false,
|
|
"no-octal-escape": false
|
|
},
|
|
"globals": {
|
|
"$": true,
|
|
"angular": true,
|
|
"io": true,
|
|
"createjs": true
|
|
},
|
|
"ecmaFeatures": {
|
|
"modules": true
|
|
}
|
|
} |