Skip to content

Commit f3bc34e

Browse files
committed
feat: introduced legacy-html generator
1 parent 443f2c7 commit f3bc34e

21 files changed

+2814
-7
lines changed

eslint.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export default [
88
files: ['src/**/*.mjs'],
99
languageOptions: { globals: globals.node },
1010
},
11+
// @see https://eslint.org/docs/latest/use/configure/configuration-files#specifying-files-and-ignores
12+
{
13+
files: ['src/generators/legacy-html/assets/*.js'],
14+
languageOptions: { globals: { ...globals.browser } },
15+
},
1116
// @see https://eslint.org/docs/latest/rules to learn more about these rules
1217
pluginJs.configs.recommended,
1318
eslintConfigPrettier,

0 commit comments

Comments
 (0)