Add prettier to packages’ dev dependencies

This commit is contained in:
willclarktech
2021-05-18 15:15:52 +02:00
parent 016fed45b3
commit 97ca7dadf7
20 changed files with 54 additions and 16 deletions
+2 -1
View File
@@ -40,6 +40,7 @@
"test-safari": "yarn pack-web && karma start --single-run --browsers Safari"
},
"devDependencies": {
"eslint": "^7.5"
"eslint": "^7.5",
"prettier": "^2.0.5"
}
}