Skip to content

Commit 396ec5c

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

22 files changed

+3533
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ export default [
7777
files: ['src/generators/legacy-html/assets/*.js'],
7878
languageOptions: { globals: { ...globals.browser } },
7979
},
80+
{
81+
ignores: ['src/generators/api-links/test/fixtures/**', 'out/**'],
82+
},
8083
];

0 commit comments

Comments
 (0)