Skip to content

Commit

Permalink
Fix ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Jul 2, 2023
1 parent 89c7b3c commit 13f19dd
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 @@ -13,7 +13,7 @@
"deploy": "gh-pages -d example/build",
"dev": "rollup -c -w",
"format": "prettier --write './*' 'src/**/*' 'example/**/*'",
"lint": "eslint 'src/**/*' 'example/**/*'",
"lint": "eslint 'src/**/*' 'example/src/**/*'",
"predeploy": "cd example && ./sync-version.js && yarn install && yarn run build",
"prepare": "yarn run build",
"prepublishOnly": "npx tsc && npm run lint && npm run build"
Expand Down

0 comments on commit 13f19dd

Please sign in to comment.