Skip to content

Commit df8f529

Browse files
committed
readme
1 parent b0e5173 commit df8f529

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React + TypeScript + Vite
1+
# Personal Github Pages Setup with React + TypeScript + Vite
22

33
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
44

@@ -22,7 +22,7 @@ export default tseslint.config({
2222
tsconfigRootDir: import.meta.dirname,
2323
},
2424
},
25-
})
25+
});
2626
```
2727

2828
- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`
@@ -31,7 +31,7 @@ export default tseslint.config({
3131

3232
```js
3333
// eslint.config.js
34-
import react from 'eslint-plugin-react'
34+
import react from 'eslint-plugin-react';
3535

3636
export default tseslint.config({
3737
// Set the react version
@@ -46,5 +46,5 @@ export default tseslint.config({
4646
...react.configs.recommended.rules,
4747
...react.configs['jsx-runtime'].rules,
4848
},
49-
})
49+
});
5050
```

0 commit comments

Comments
 (0)