Skip to content

Commit

Permalink
fix(eslint): ignore JS example
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrak committed Jun 15, 2020
1 parent ce75cb9 commit a4735fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.md
*.js
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*.ts"],
"exclude": []
"include": ["src/**/*.ts"]
}

0 comments on commit a4735fe

Please sign in to comment.