mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
Updated eslintrc
This commit is contained in:
@@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": 1,
|
||||||
"node": true,
|
"node": 1,
|
||||||
"es6": true
|
"es6": 1
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"quotes": [2, "single"],
|
"quotes": [2, "single"],
|
||||||
"strict": [2, "never"],
|
"strict": [2, "never"],
|
||||||
"no-multi-spaces": false,
|
"no-multi-spaces": 0,
|
||||||
"no-alert": false,
|
"no-alert": 0,
|
||||||
"key-spacing": false,
|
"key-spacing": 0,
|
||||||
"curly": false,
|
"curly": 0,
|
||||||
"no-octal-escape": false
|
"no-octal-escape": 0
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"$": true,
|
"$": 1,
|
||||||
"angular": true,
|
"angular": 1,
|
||||||
"io": true,
|
"io": 1,
|
||||||
"createjs": true
|
"createjs": 1
|
||||||
},
|
},
|
||||||
"ecmaFeatures": {
|
"ecmaFeatures": {
|
||||||
"modules": true
|
"modules": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user