Skip to content

Commit

Permalink
chore: add ignore patterns to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
apteryxxyz committed Sep 22, 2022
1 parent 69dd32a commit 19a1cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"plugin:prettier/recommended",
"apteryx",
"apteryx/typescript"
]
],
"ignorePatterns": ["test/*", "examples/*", "scripts/*", "dist/*"]
},
"dependencies": {
"apteryx-prettier-config": "^1.1.0"
Expand Down

0 comments on commit 19a1cbd

Please sign in to comment.