Daniel Gibbs il y a 3 ans
Parent
commit
38a9e62b41
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 3 0
      .prettierrc
  2. 0 3
      .prettierrc.json
  3. 1 1
      package.json

+ 3 - 0
.prettierrc

@@ -0,0 +1,3 @@
+{
+	"plugins": ["prettier-plugin-sh"]
+}

+ 0 - 3
.prettierrc.json

@@ -1,3 +0,0 @@
-{
-  "plugins": ["prettier-plugin-sh"]
-}

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
     "test": "tests"
     "test": "tests"
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "prettier": "^2.7.1",
+    "prettier": "^2.8.7",
     "prettier-plugin-sh": "^0.12.8"
     "prettier-plugin-sh": "^0.12.8"
   },
   },
   "scripts": {
   "scripts": {