summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-23 15:24:35 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-23 15:24:35 +0200
commit356381d14cb1ff3cbd39c7e396dd14379336451b (patch)
treea03e9b2534600bde7b3b781411b5b03f8134904b /package.json
parent7aa007f158a52b41494049a1202938fc97813ec1 (diff)
parent73308af061af5e17ac7d4a73fa027a2f303c70dd (diff)
resolving merge conflicts
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3cdf0f0..f561d15 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
- "lint": "next lint",
- "prettier": "prettier -w ."
+ "prettier": "prettier -w .",
+ "lint": "tsc --noEmit && next lint && eslint \"./**/*.{ts,tsx,js}\" \"./**/.*.{ts,tsx,js}\" --fix"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.14",