1
0
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:
Kushagra Gour
2018-01-13 14:56:12 +05:30
parent a56f1ae7ce
commit f1c7f201a7

View File

@ -28,7 +28,7 @@
"func-names": "off",
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
"generator-star-spacing": "error",
"global-require": "error",
"global-require": "off",
"guard-for-in": "error",
"handle-callback-err": "error",
"id-blacklist": "error",