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 6363 ],
6464 "license" : " Apache-2.0" ,
6565 "dependencies" : {
66- "@eslint/plugin-kit" : " ^0.2.3" ,
66+ "@eslint/core" : " ^0.10.0" ,
67+ "@eslint/plugin-kit" : " ^0.2.5" ,
6768 "@humanwhocodes/momoa" : " ^3.3.4"
6869 },
6970 "devDependencies" : {
70- "@eslint/core" : " ^0.6.0" ,
7171 "@types/eslint" : " ^8.56.10" ,
7272 "c8" : " ^9.1.0" ,
7373 "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 55 "rootDir" : " ../.." ,
66 "strict" : true
77 },
8- "files" : [" ../../dist/esm/index.d.ts" , " types.test.ts" ]
8+ "files" : [],
9+ "include" : [" ." , " ../../dist" ]
910}
You can’t perform that action at this time.
0 commit comments