Skip to content

Commit

Permalink
feat: introduced legacy-html generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Aug 10, 2024
1 parent fbad77a commit 147a349
Show file tree
Hide file tree
Showing 21 changed files with 2,814 additions and 7 deletions.
5 changes: 5 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ export default [
files: ['src/**/*.mjs'],
languageOptions: { globals: globals.node },
},
// @see https://eslint.org/docs/latest/use/configure/configuration-files#specifying-files-and-ignores
{
files: ['src/generators/legacy-html/assets/*.js'],
languageOptions: { globals: { ...globals.browser } },
},
// @see https://eslint.org/docs/latest/rules to learn more about these rules
pluginJs.configs.recommended,
eslintConfigPrettier,
Expand Down
Loading

0 comments on commit 147a349

Please sign in to comment.