File tree Expand file tree Collapse file tree 3 files changed +3
-675
lines changed
Expand file tree Collapse file tree 3 files changed +3
-675
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import eslintConfigPrettier from 'eslint-config-prettier/flat';
44import { defineConfig } from 'eslint/config' ;
55import tseslint from 'typescript-eslint' ;
66
7- export default defineConfig (
7+ export default defineConfig ( [
88 tseslint . configs . recommended ,
99 reactPlugin . configs . flat . recommended ,
1010 reactPlugin . configs . flat [ 'jsx-runtime' ] ,
1111 eslintPluginPrettierRecommended ,
12- eslintConfigPrettier
13- ) ;
12+ eslintConfigPrettier ,
13+ ] ) ;
Original file line number Diff line number Diff line change 7878 "eslint-config-prettier" : " ^10.1.8" ,
7979 "eslint-plugin-prettier" : " ^5.5.4" ,
8080 "eslint-plugin-react" : " ^7.37.5" ,
81- "exbuild" : " ^0.2.2" ,
8281 "http-server" : " ^14.1.1" ,
8382 "husky" : " ^9.1.7" ,
8483 "lint-staged" : " ^16.1.5" ,
You can’t perform that action at this time.
0 commit comments