« get me outta code hell

remove prettier, don't lint indentation - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:40:04 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:40:04 -0300
commit89b976ebc81656ef76f875d522fee75385f69c6d (patch)
tree0856405d323f2abb44ea05dc2e9d682bba7179d6 /package.json
parent99c0bb64b33858a3a4077343b6db987471cdc1f0 (diff)
remove prettier, don't lint indentation
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1ca350e..91f207b 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
     },
     "scripts": {
         "test": "tape test/**/*.js",
-        "dev": "prettier --loglevel warn --write . && eslint src && node src/upd8.js"
+        "dev": "eslint src && node src/upd8.js"
     },
     "dependencies": {
         "fix-whitespace": "^1.0.4",
@@ -19,7 +19,6 @@
     "license": "GPL-3.0",
     "devDependencies": {
         "eslint": "^8.18.0",
-        "prettier": "2.7.1",
         "tape": "^5.4.1"
     }
 }