File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @nuxt/eslint-config" ,
3
3
"version" : " 0.3.0-beta.5" ,
4
4
"description" : " ESLint config for Nuxt projects" ,
5
- "repository" : " nuxt/eslint" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " git+https://github.com/nuxt/eslint.git" ,
8
+ "directory" : " packages/eslint-config"
9
+ },
6
10
"license" : " MIT" ,
7
11
"main" : " ./dist/legacy.cjs" ,
12
+ "module" : " ./dist/legacy.mjs" ,
13
+ "types" : " ./dist/legacy.d.ts" ,
8
14
"exports" : {
9
15
"." : {
10
16
"import" : " ./dist/legacy.mjs" ,
13
19
"./flat" : {
14
20
"import" : " ./dist/flat.mjs" ,
15
21
"require" : " ./dist/flat.cjs"
22
+ },
23
+ "./legacy" : {
24
+ "import" : " ./dist/legacy.mjs" ,
25
+ "require" : " ./dist/legacy.cjs"
16
26
}
17
27
},
18
28
"files" : [
Original file line number Diff line number Diff line change 4
4
"version" : " 0.3.0-beta.5" ,
5
5
"description" : " ESLint plugin for Nuxt" ,
6
6
"license" : " MIT" ,
7
- "repository" : " nuxt/eslint" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/nuxt/eslint.git" ,
10
+ "directory" : " packages/eslint-plugin"
11
+ },
8
12
"exports" : {
9
13
"." : {
10
14
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.3.0-beta.5" ,
5
5
"description" : " Generate ESLint config from current Nuxt settings" ,
6
6
"license" : " MIT" ,
7
- "repository" : " nuxt/eslint" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/nuxt/eslint.git" ,
10
+ "directory" : " packages/module"
11
+ },
8
12
"exports" : {
9
13
"." : {
10
14
"types" : " ./dist/types.d.ts" ,
13
17
}
14
18
},
15
19
"main" : " ./dist/module.cjs" ,
20
+ "module" : " ./dist/module.mjs" ,
16
21
"types" : " ./dist/types.d.ts" ,
17
22
"files" : [
18
23
" dist"
You can’t perform that action at this time.
0 commit comments