Skip to content

Commit

Permalink
build: update eslint, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mufti Azan Farooqi committed Nov 29, 2022
1 parent 5b272dd commit aed24c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Node modules
node_modules

# Build, examples
dist
.parcel-cache
examples

# Config
.eslintrc.cjs
commitlint.config.cjs
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jspm_packages/
# Optional eslint cache
.eslintcache

# parcel-bundler cache (https://parceljs.org/)
.parcel-cache
.cache
# Build files
dist

0 comments on commit aed24c5

Please sign in to comment.