1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-09-03 01:52:40 +02:00

script.js: Make compileNodes() recursive to compile imported HTMLs also. fixes #239

This commit is contained in:
Kushagra Gour
2017-12-12 10:27:48 +05:30
parent 949008f9ce
commit 29e7b2f94a
2 changed files with 19 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
"eol-last": "off",
"eqeqeq": "error",
"func-names": "off",
"func-style": ["error", "declaration"],
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
"generator-star-spacing": "error",
"global-require": "error",
"guard-for-in": "error",