fluent-transpiler
Version:
Transpile Fluent (ftl) files into optimized, tree-shakable, JavaScript EcmaScript Modules (esm).
29 lines (28 loc) • 424 B
JSON
{
"license": "license.template",
"licenseFormats": {
"js|ts": {
"eachLine": {
"prepend": "// "
}
}
},
"ignoreFile": ".gitignore",
"ignore": [
".github/**/*",
".husky/**/*",
"fixtures/*",
"commitlint.config.cjs",
"LICENSE",
"license.template",
"**/.gitignore",
"**/*.fuzz.js",
"**/*.perf.js",
"**/*.test.js",
"**/*.md",
"**/*.yml",
"**/.DS_Store",
"**/*.ftl",
"**/*.mjs"
]
}