Skip to content

Commit b54b3f0

Browse files
committed
docs: update readme [skip ci]
1 parent da21981 commit b54b3f0

File tree

1 file changed

+2
-2
lines changed
  • packages/create-vite/template-react-ts

1 file changed

+2
-2
lines changed

packages/create-vite/template-react-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export default {
2525
}
2626
```
2727

28-
- Replace `tsPlugin.configs.recommended.rules` to `tsPlugin.configs['recommended-type-checked'].rules` or `tsPlugin.configs['strict-type-checked'].rules`
29-
- Optionally add `tsPlugin.configs['stylistic-type-checked'].rules`
28+
- Replace `tseslint.configs.recommended.rules` to `tseslint.configs['recommended-type-checked'].rules` or `tseslint.configs['strict-type-checked'].rules`
29+
- Optionally add `tseslint.configs['stylistic-type-checked'].rules`
3030
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:
3131

3232
```js

0 commit comments

Comments
 (0)