Skip to content

Commit

Permalink
Revert "modified lint"
Browse files Browse the repository at this point in the history
This reverts commit 614f7ba.
  • Loading branch information
jenithainbaraj committed Jan 6, 2023
1 parent a86a349 commit 2a5a33d
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 @@ -8,7 +8,7 @@
"build": "turbo run build",
"dev": "turbo run dev --no-cache --parallel --continue",
"test": "turbo run test --concurrency=1",
"lint": "./node_modules/.bin/eslint .",
"lint": "turbo run lint",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --ignore-path .gitignore --write \"**/*.{js,jsx,ts,tsx,md}\"",
"changeset-create": "changeset",
Expand Down

0 comments on commit 2a5a33d

Please sign in to comment.