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';
4
4
import { defineConfig } from 'eslint/config' ;
5
5
import tseslint from 'typescript-eslint' ;
6
6
7
- export default defineConfig (
7
+ export default defineConfig ( [
8
8
tseslint . configs . recommended ,
9
9
reactPlugin . configs . flat . recommended ,
10
10
reactPlugin . configs . flat [ 'jsx-runtime' ] ,
11
11
eslintPluginPrettierRecommended ,
12
- eslintConfigPrettier
13
- ) ;
12
+ eslintConfigPrettier ,
13
+ ] ) ;
Original file line number Diff line number Diff line change 78
78
"eslint-config-prettier" : " ^10.1.8" ,
79
79
"eslint-plugin-prettier" : " ^5.5.4" ,
80
80
"eslint-plugin-react" : " ^7.37.5" ,
81
- "exbuild" : " ^0.2.2" ,
82
81
"http-server" : " ^14.1.1" ,
83
82
"husky" : " ^9.1.7" ,
84
83
"lint-staged" : " ^16.1.5" ,
You can’t perform that action at this time.
0 commit comments