mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
hide eslint warnings
This commit is contained in:
parent
60009ca15c
commit
1efb36a3cb
@ -56,7 +56,7 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"comma-dangle": 0,
|
"comma-dangle": 0,
|
||||||
"func-names": 0,
|
"func-names": 0,
|
||||||
"no-alert": 1,
|
"no-alert": 0,
|
||||||
"no-console": 1,
|
"no-console": 1,
|
||||||
"no-use-before-define": 0,
|
"no-use-before-define": 0,
|
||||||
"prefer-rest-params": 0,
|
"prefer-rest-params": 0,
|
||||||
@ -71,7 +71,7 @@
|
|||||||
"max-len": 0,
|
"max-len": 0,
|
||||||
"no-param-reassign": 0,
|
"no-param-reassign": 0,
|
||||||
"consistent-return": 0,
|
"consistent-return": 0,
|
||||||
"no-restricted-syntax": 1,
|
"no-restricted-syntax": 0,
|
||||||
"no-bitwise": 0,
|
"no-bitwise": 0,
|
||||||
"no-plusplus": 0
|
"no-plusplus": 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user