UNPKG

ftl2html

Version:

covert freemarker template(ftl) to html by fmpp

35 lines 640 B
{ "env": { "browser": true, "node": true, "commonjs": true, "es6": true }, "parserOptions": { "sourceType": "module", "ecmaFeatures": { "experimentalObjectRestSpread": true // 允许使用 `...` 的语法 } }, "plugins": [ "html" ], "rules": { "indent": [ "warn", 4 ], "linebreak-style": [ "error", "unix" ], "quotes": [ "warn", "double" ], "semi": [ "warn", "never" ] } }