Skip to content

Commit

Permalink
chore: update lint ignore rules (QwikDev#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley authored Aug 9, 2022
1 parent f93df34 commit 347ed62
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ tsdoc-metadata.json
**/.DS_Store
*.mp4
scripts/**/*
**/server/**/*.js
*.tsbuildinfo
packages/docs/src/repl/apps/examples/**/*
packages/docs/src/repl/apps/tutorial/**/*
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -12,13 +12,12 @@ etc
temp
tsdoc-metadata.json
**/.DS_Store
starters/**/server
src/napi/package-*
target
*.node
todo-express/
qwik-app/
packages/qwik-city/runtime/server
**/server/**/*.js

# Yarn
.yarn/*
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ build
node_modules
tsconfig.tsbuildinfo
packages/docs/src/routes/**/*.mdx
packages/docs/server/
**/server/**/*.js
starters/**/*.js

# TODO: Figure out why this doesn't pass in CI

0 comments on commit 347ed62

Please sign in to comment.