Skip to content

Commit

Permalink
chore(eslint): ignore generated *.d.ts files
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Oct 17, 2023
1 parent 873f4b8 commit 99f46a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
ignorePatterns: ['src/**/*.d.ts'],
globals: {
appName: true,
appVersion: true,
Expand Down

0 comments on commit 99f46a0

Please sign in to comment.