mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-11 00:56:25 +02:00
eslintrc: enable global require
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
"func-names": "off",
|
"func-names": "off",
|
||||||
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
|
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
|
||||||
"generator-star-spacing": "error",
|
"generator-star-spacing": "error",
|
||||||
"global-require": "error",
|
"global-require": "off",
|
||||||
"guard-for-in": "error",
|
"guard-for-in": "error",
|
||||||
"handle-callback-err": "error",
|
"handle-callback-err": "error",
|
||||||
"id-blacklist": "error",
|
"id-blacklist": "error",
|
||||||
|
Reference in New Issue
Block a user