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