@eslinted/core 5.0.0-rc.1 → 5.0.0-rc.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=globals.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=index.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=ecma.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=index.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=source.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=linter.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=plugins.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=files.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=parsers.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=plugins.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=index.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=parsers.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=plugins.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=index.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=index.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=state.js.map
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=index.js.map
package/dist/output.js CHANGED
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=output.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.18.0",
3
3
  "name": "@eslinted/core",
4
- "version": "5.0.0-rc.1",
4
+ "version": "5.0.0-rc.2",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
package/tsconfig.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "display": "@jimbojet/tsc",
3
- "_version": "5.6.3",
3
+ "_version": "5.6.4",
4
4
  "_help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
5
5
  "$schema": "https://json.schemastore.org/tsconfig",
6
6
  "include": [
@@ -40,7 +40,7 @@
40
40
  // "allowUmdGlobalAccess": true,
41
41
  // "baseUrl": "./",
42
42
  // "customConditions": [],
43
- "module": "preserve",
43
+ "module": "es2022",
44
44
  "moduleResolution": "bundler",
45
45
  // "moduleSuffixes": [],
46
46
  // "noResolve": true,