Skip to content

Commit

Permalink
Ignore public directory to prevent eslint from hanging
Browse files Browse the repository at this point in the history
Eslint was hanging while parsing the packages/site/public directory.

Ignoring this directory solves the problem.
  • Loading branch information
jdeichert authored and CoderDake committed Feb 3, 2025
1 parent e3e66ee commit a06f9fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
node_modules
dist
.rollup.cache
.rpt2_cache
packages/design/colors.js
packages/design/src/assets/**
packages/design/src/icons/iconStyles.*
packages/design/icons
packages/generators/templates
public
storybook-static

*.css.d.ts
Expand Down

0 comments on commit a06f9fe

Please sign in to comment.