Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
added ignore filed from lints
  • Loading branch information
rafalpiotrowski committed Mar 18, 2024
1 parent d2d144a commit db48748
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
},
"plugins": ["@typescript-eslint"],
"rules": {},
"ignorePatterns": []
"ignorePatterns": [
"src/**/*.js",
"dist/**/*"
]
}

0 comments on commit db48748

Please sign in to comment.