Skip to content

Commit cd724ce

Browse files
committed
feat(web): add web generator
1 parent c25ec86 commit cd724ce

22 files changed

+3535
-447
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Tests files
22
src/generators/api-links/test/fixtures/
33
*.snapshot
4+
5+
# Output
6+
out/

eslint.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,9 @@ export default [
7777
files: ['src/generators/legacy-html/assets/*.js'],
7878
languageOptions: { globals: { ...globals.browser } },
7979
},
80+
// @see https://eslint.org/docs/latest/rules to learn more about these rules
81+
pluginJs.configs.recommended,
82+
{
83+
ignores: ['src/generators/api-links/test/fixtures/**', 'out/**'],
84+
},
8085
];

0 commit comments

Comments
 (0)