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 17
17
"use-sound" : " ^4.0.3" ,
18
18
},
19
19
"devDependencies" : {
20
+ "@eslint/eslintrc" : " ^3.2.0" ,
20
21
"@eslint/js" : " ^9.20.0" ,
21
22
"@tailwindcss/postcss" : " ^4.0.6" ,
22
23
"@tailwindcss/typography" : " ^0.5.16" ,
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 27
27
"use-sound" : " ^4.0.3"
28
28
},
29
29
"devDependencies" : {
30
+ "@eslint/eslintrc" : " ^3.2.0" ,
30
31
"@eslint/js" : " ^9.20.0" ,
31
32
"@tailwindcss/postcss" : " ^4.0.6" ,
32
33
"@tailwindcss/typography" : " ^0.5.16" ,
You can’t perform that action at this time.
0 commit comments