mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 23:32:57 +02:00
updated eslint to include Tablet global
This commit is contained in:
parent
cffdecbf68
commit
0b9f4d4f11
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ module.exports = {
|
||||||
"Settings": false,
|
"Settings": false,
|
||||||
"SoundCache": false,
|
"SoundCache": false,
|
||||||
"Stats": false,
|
"Stats": false,
|
||||||
|
"Tablet": false,
|
||||||
"TextureCache": false,
|
"TextureCache": false,
|
||||||
"Toolbars": false,
|
"Toolbars": false,
|
||||||
"Uuid": false,
|
"Uuid": false,
|
||||||
|
@ -61,7 +62,7 @@ module.exports = {
|
||||||
"eqeqeq": ["error", "always"],
|
"eqeqeq": ["error", "always"],
|
||||||
"indent": ["error", 4, { "SwitchCase": 1 }],
|
"indent": ["error", 4, { "SwitchCase": 1 }],
|
||||||
"keyword-spacing": ["error", { "before": true, "after": true }],
|
"keyword-spacing": ["error", { "before": true, "after": true }],
|
||||||
"max-len": ["error", 128, 4],
|
"max-len": ["error", 192, 4],
|
||||||
"new-cap": ["error"],
|
"new-cap": ["error"],
|
||||||
"no-floating-decimal": ["error"],
|
"no-floating-decimal": ["error"],
|
||||||
//"no-magic-numbers": ["error", { "ignore": [0, 1], "ignoreArrayIndexes": true }],
|
//"no-magic-numbers": ["error", { "ignore": [0, 1], "ignoreArrayIndexes": true }],
|
||||||
|
|
Loading…
Reference in a new issue