mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add prettier as a dependency
This commit is contained in:
parent
70e8fafc35
commit
1f07b821b3
3 changed files with 11641 additions and 493 deletions
11096
package-lock.json
generated
Normal file
11096
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue