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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user