File tree 3 files changed +163
-162
lines changed
3 files changed +163
-162
lines changed Original file line number Diff line number Diff line change 24
24
"version" : " pnpm version" ,
25
25
"deploy" : " pnpm publish"
26
26
},
27
- "peerDependencies" : {
27
+ "author" : " @NaverPayDev/frontend" ,
28
+ "repository" : {
29
+ "type" : " git" ,
30
+ "url" : " https://github.com/NaverPayDev/code-style.git" ,
31
+ "directory" : " packages/eslint-config"
32
+ },
33
+ "homepage" : " https://github.com/NaverPayDev/code-style" ,
34
+ "keywords" : [
35
+ " naverpay" ,
36
+ " eslint" ,
37
+ " eslintconfig"
38
+ ],
39
+ "license" : " MIT" ,
40
+ "dependencies" : {
28
41
"@eslint/eslintrc" : " ^3.2.0" ,
29
42
"@eslint/js" : " ^9.15.0" ,
30
43
"@naverpay/eslint-plugin" : " workspace:*" ,
31
- "eslint" : " >=9" ,
32
44
"eslint-config-prettier" : " ^9.1.0" ,
33
45
"eslint-plugin-import" : " >=2.31.0" ,
34
46
"eslint-plugin-jsx-a11y" : " ^6.10.2" ,
43
55
"neostandard" : " ^0.11.9" ,
44
56
"typescript-eslint" : " ^8.18.0"
45
57
},
46
- "author" : " @NaverPayDev/frontend" ,
47
- "repository" : {
48
- "type" : " git" ,
49
- "url" : " https://github.com/NaverPayDev/code-style.git" ,
50
- "directory" : " packages/eslint-config"
51
- },
52
- "homepage" : " https://github.com/NaverPayDev/code-style" ,
53
- "keywords" : [
54
- " naverpay" ,
55
- " eslint" ,
56
- " eslintconfig"
57
- ],
58
- "license" : " MIT" ,
59
58
"devDependencies" : {
60
59
"@rollup/plugin-json" : " ^6.1.0" ,
61
60
"builtin-modules" : " ^4.0.0" ,
61
+ "eslint" : " ^9.17.0" ,
62
62
"rollup" : " ^4.27.4" ,
63
63
"vitest" : " ^2.1.5"
64
+ },
65
+ "peerDependencies" : {
66
+ "eslint" : " >=9"
64
67
}
65
68
}
Original file line number Diff line number Diff line change 24
24
"version" : " pnpm version" ,
25
25
"deploy" : " pnpm publish"
26
26
},
27
- "devDependencies" : {
28
- "@babel/eslint-parser" : " ^7.25.9" ,
29
- "@babel/preset-react" : " ^7.24.7" ,
30
- "@rollup/plugin-json" : " ^6.1.0" ,
31
- "@typescript-eslint/parser" : " ^8.15.0" ,
32
- "builtin-modules" : " ^4.0.0" ,
33
- "rollup" : " ^4.27.4" ,
34
- "vitest" : " ^2.1.5"
35
- },
36
- "peerDependencies" : {
37
- "eslint" : " >=9"
38
- },
39
- "dependencies" : {
40
- "@naverpay/ast-parser" : " ^0.0.2" ,
41
- "micromatch" : " ^4.0.8" ,
42
- "minimatch" : " ^9.0.4" ,
43
- "svgo" : " ^3.3.2"
44
- },
45
27
"author" : " @NaverPayDev/frontend" ,
46
28
"repository" : {
47
29
"type" : " git" ,
55
37
" plugin" ,
56
38
" eslint-plugin"
57
39
],
58
- "license" : " MIT"
40
+ "license" : " MIT" ,
41
+ "dependencies" : {
42
+ "@naverpay/ast-parser" : " ^0.0.2" ,
43
+ "micromatch" : " ^4.0.8" ,
44
+ "minimatch" : " ^9.0.4" ,
45
+ "svgo" : " ^3.3.2"
46
+ },
47
+ "devDependencies" : {
48
+ "@babel/eslint-parser" : " ^7.25.9" ,
49
+ "@babel/preset-react" : " ^7.24.7" ,
50
+ "@rollup/plugin-json" : " ^6.1.0" ,
51
+ "@typescript-eslint/parser" : " ^8.15.0" ,
52
+ "builtin-modules" : " ^4.0.0" ,
53
+ "rollup" : " ^4.27.4" ,
54
+ "vitest" : " ^2.1.5"
55
+ },
56
+ "peerDependencies" : {
57
+ "eslint" : " >=8.57.0"
58
+ }
59
59
}
You can’t perform that action at this time.
0 commit comments