Skip to content

Commit c3ac5b4

Browse files
committed
chore: update prompts
Remove prompt for configuration
1 parent 01aecaf commit c3ac5b4

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

template-biome/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Tools
22

33
### Biome
4+
45
- Run `npm run lint` to lint your code
56
- Run `npm run format` to format your code
6-
- Configuration file: `biome.json`

template-eslint/AGENTS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## Tools
22

33
### ESLint
4+
45
- Run `npm run lint` to lint your code
5-
- Configuration file: `eslint.config.mjs`
6-
- Supports JavaScript and TypeScript

template-prettier/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Tools
22

33
### Prettier
4+
45
- Run `npm run format` to format your code
5-
- Configuration in `.prettierrc`

0 commit comments

Comments
 (0)