Skip to content

Commit

Permalink
Revert "removed lint from playground"
Browse files Browse the repository at this point in the history
This reverts commit 701cf98.
  • Loading branch information
bring-shrubbery committed Nov 5, 2023
1 parent 352ed2d commit a7a9ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "next dev --port 3333",
"format": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"",
"lint": "next lint",
"start": "next start",
"with-env": "dotenv -e ../../.env --"
},
Expand Down

0 comments on commit a7a9ad4

Please sign in to comment.