Skip to content

Commit

Permalink
Exclude jcanvas.d.ts file from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jun 5, 2024
1 parent 9a75279 commit 6d3e829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "rollup -c",
"prepare": "rollup -c",
"watch": "rollup -c -w",
"lint": "eslint src/*.ts && tsc --noEmit"
"lint": "eslint src/jcanvas.ts src/jcanvas-*.ts && tsc --noEmit"
},
"homepage": "https://projects.calebevans.me/jcanvas/",
"author": "Caleb Evans",
Expand Down

0 comments on commit 6d3e829

Please sign in to comment.