Skip to content

Commit

Permalink
refactor: linting fixes
Browse files Browse the repository at this point in the history
- add eslintignore and include built file to be ignored
- update prettier ignore list on the same
  • Loading branch information
robertkibet committed Mar 9, 2023
1 parent 86951e1 commit 38ae80c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src/index.js
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ typings/
dist

# cache files
/docs/.vitepress/cache
/docs/.vitepress/cache

# built file
/src/index.js
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Production directory
dist/
dist/

# built file
/src/index.js

0 comments on commit 38ae80c

Please sign in to comment.