Skip to content

Commit

Permalink
chore: add script to generate rules (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Apr 12, 2024
1 parent a7e6288 commit d1085ed
Show file tree
Hide file tree
Showing 206 changed files with 3,550 additions and 245 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pnpm-lock.yaml linguist-generated=true text=auto eol=lf
# pages and components that are auto generated
website/src/pages/lint/rules/**/*.md linguist-generated=true text=auto eol=lf
website/src/components/generated/.astro linguist-generated=true text=auto eol=lf
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
dist
node_modules
src/_includes/styles

target/
Loading

0 comments on commit d1085ed

Please sign in to comment.