File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 63
63
],
64
64
"license" : " Apache-2.0" ,
65
65
"dependencies" : {
66
- "@eslint/plugin-kit" : " ^0.2.3" ,
66
+ "@eslint/core" : " ^0.10.0" ,
67
+ "@eslint/plugin-kit" : " ^0.2.5" ,
67
68
"@humanwhocodes/momoa" : " ^3.3.4"
68
69
},
69
70
"devDependencies" : {
70
- "@eslint/core" : " ^0.6.0" ,
71
71
"@types/eslint" : " ^8.56.10" ,
72
72
"c8" : " ^9.1.0" ,
73
73
"dedent" : " ^1.5.3" ,
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @fileoverview CommonJS type import test for ESLint JSON Language Plugin.
3
+ * @author Francesco Trotta
4
+ */
5
+
6
+ //-----------------------------------------------------------------------------
7
+ // Imports
8
+ //-----------------------------------------------------------------------------
9
+
10
+ import "@eslint/json" ;
Original file line number Diff line number Diff line change 5
5
"rootDir" : " ../.." ,
6
6
"strict" : true
7
7
},
8
- "files" : [" ../../dist/esm/index.d.ts" , " types.test.ts" ]
8
+ "files" : [],
9
+ "include" : [" ." , " ../../dist" ]
9
10
}
You can’t perform that action at this time.
0 commit comments