File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 14
14
"sharp" : " ^0.33.5" ,
15
15
},
16
16
"devDependencies" : {
17
+ "@eslint/eslintrc" : " ^3.2.0" ,
17
18
"@eslint/js" : " ^9.20.0" ,
18
19
"@tailwindcss/postcss" : " ^4.0.6" ,
19
20
"@types/node" : " ^22.13.2" ,
Original file line number Diff line number Diff line change 1
1
import { dirname } from "path"
2
2
import { fileURLToPath } from "url"
3
- import { FlatCompat } from "@eslint/eslintrc"
4
3
5
4
import globals from "globals"
6
5
import eslint from "@eslint/js"
6
+ import { FlatCompat } from "@eslint/eslintrc"
7
7
import tseslint from "typescript-eslint"
8
- import love from "eslint-config-love"
9
8
9
+ import love from "eslint-config-love"
10
10
import nodePlugin from "eslint-plugin-n"
11
11
import pluginPromise from "eslint-plugin-promise"
12
12
Original file line number Diff line number Diff line change 23
23
"sharp" : " ^0.33.5"
24
24
},
25
25
"devDependencies" : {
26
+ "@eslint/eslintrc" : " ^3.2.0" ,
26
27
"@eslint/js" : " ^9.20.0" ,
27
28
"@tailwindcss/postcss" : " ^4.0.6" ,
28
29
"@types/node" : " ^22.13.2" ,
You can’t perform that action at this time.
0 commit comments