Skip to content

Commit

Permalink
Merge pull request #15 from schalkneethling/readme-update-for-0-1-0
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
schalkneethling authored Dec 29, 2024
2 parents 58b8c1a + 544d9ee commit a84c5a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Add common linters, formatters, and _hopefully_ sane configurations, for common

## Current Features

- [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

## Using the CLI

Expand All @@ -18,3 +20,5 @@ npm create project-calavera
```

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`.

0 comments on commit a84c5a9

Please sign in to comment.