create-project-calavera
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "create-project-calavera", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A simple starting skeleton for common web projects.", | ||
@@ -39,3 +39,4 @@ "exports": "./src/index.js", | ||
"chalk": "^5.3.0", | ||
"execa": "^9.5.2" | ||
"execa": "^9.5.2", | ||
"prettier": "^3.4.2" | ||
}, | ||
@@ -46,3 +47,2 @@ "devDependencies": { | ||
"globals": "^15.13.0", | ||
"prettier": "^3.4.2", | ||
"stylelint": "^16.11.0", | ||
@@ -49,0 +49,0 @@ "stylelint-config-standard": "^36.0.1", |
@@ -7,6 +7,8 @@ # create-project-calavera | ||
- [x] ESLint | ||
- [x] EditorConfig | ||
- [x] ESLint (If using TypeScript, this will be configured using [typescript-eslint](https://typescript-eslint.io/)) | ||
- [x] `tsconfig` | ||
- [x] `tsconfig` (noEmit - when used with a bundler) | ||
- [x] Prettier | ||
- [x] Stylelint | ||
- [x] EditorConfig | ||
@@ -22,1 +24,3 @@ ## Using the CLI | ||
All that is left to do is to follow the prompts. | ||
> **NOTE:** If you do not have a `package.json` Calavera will offer to create one for you. If you choose this option, one is created using `npm init -y`. |
19182
6
25
4
+ Addedprettier@^3.4.2
+ Addedprettier@3.4.2(transitive)