Skip to content

Commit

Permalink
Add lint script to plugin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Carmeli committed May 16, 2024
1 parent 0115651 commit 401244b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin-obsidian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"main": "dist/index.js",
"version": "2.4.0",
"scripts": {
"test": "npx jest"
"test": "npx jest",
"lint": "eslint rules --ignore-pattern '*.d.ts' --ext .ts,.tsx,.js"
},
"author": "Orly Dadashev",
"peerDependencies": {
Expand Down

0 comments on commit 401244b

Please sign in to comment.