Added prettier standard to support prettier and use it in combination with standard
[poolifier.git] / package.json
index 048af4d9a21b4154e48a7688cf36c450a6eed98f..4ae7fbc205b081e5953bfada084f4a9f1414f831 100644 (file)
@@ -11,7 +11,7 @@
     "demontest": "nodemon --exec \"npm test\"",
     "coverage": "nyc report --reporter=text-lcov | coveralls",
     "standard-verbose": "npx standard --verbose",
-    "lint": "standard --fix"
+    "lint": "prettier-standard --format | standard --fix"
   },
   "repository": {
     "type": "git",
     "mocha": "^8.0.1",
     "mocha-lcov-reporter": "^1.3.0",
     "nyc": "^15.0.0",
+    "prettier-standard": "^16.4.1",
     "standard": "^16.0.0"
   },
   "engines": {
     "node": ">=12.0.0"
+  },
+  "dependencies": {
+    "typescript": "^4.1.3"
   }
 }