summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKirill Rogovoy <[email protected]>2021-07-23 11:02:26 +0300
committerKirill Rogovoy <[email protected]>2021-07-23 11:02:26 +0300
commit73308af061af5e17ac7d4a73fa027a2f303c70dd (patch)
tree816fb8231e13f58f7afe822742513b3150cdc871 /package.json
parentb8c58914cc1e251ce161905340647b6824d0a7c4 (diff)
Update graph data when Emacs node changes + minor improvements
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 4395167..0a7dd00 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",