Add prettier as a dependency

pull/1/head
rebuilt 4 years ago committed by Nelson Jovel
parent 70e8fafc35
commit 1f07b821b3

11096
package-lock.json generated

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save