Skip to content

Commit 1942f98

Browse files
authored
feat: legacy html generator (#55)
1 parent 53aeca9 commit 1942f98

26 files changed

+3262
-147
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)