Skip to content

Commit

Permalink
modified lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jenithainbaraj committed Jan 5, 2023
1 parent 7a418ec commit 614f7ba
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": "turbo run lint",
"lint": "./node_modules/.bin/eslint .",
"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 614f7ba

Please sign in to comment.