Add prettier as a dependency

This commit is contained in:
rebuilt 2021-12-16 15:34:03 +01:00 committed by Nelson Jovel
parent 70e8fafc35
commit 1f07b821b3
3 changed files with 11641 additions and 493 deletions

11096
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -11,6 +11,7 @@
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^5.1.3",
"esbuild": "^0.13.6",
"prettier": "^2.5.1",
"sass": "^1.43.4",
"turbolinks": "^5.2.0"
},
@ -22,7 +23,8 @@
"watch:all": "yarn watch:css & yarn build --watch"
},
"devDependencies": {
"jest": "^27.2.5"
"jest": "^27.2.5",
"markdownlint": "^0.24.0"
},
"jest": {
"roots": [

1034
yarn.lock

File diff suppressed because it is too large Load diff