@eslinted/core 23.0.1 → 23.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +3 -5
  2. package/tsconfig.json +2 -2
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "$pkg": "2211.2.0",
2
+ "$pkg": "2211.2.1",
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/core",
6
- "version": "23.0.1",
6
+ "version": "23.0.3",
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
8
8
  "private": false,
9
9
  "engineStrict": true,
@@ -17,8 +17,6 @@
17
17
  "@types/chai": "^5.2.2",
18
18
  "@types/mocha": "^10.0.10",
19
19
  "chai": "^5.2.1",
20
- "eslint": "~9.33.0",
21
- "linted": "~30.11.0",
22
20
  "mocha": "^11.7.1",
23
21
  "ts-add-js-extension": "^1.6.6",
24
22
  "typescript": "^5.9.2"
@@ -33,7 +31,7 @@
33
31
  "build:ts": "tsc && ts-add-js-extension --dir=dist",
34
32
  "build:svelte": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && vite build",
35
33
  "postbuild": "npm run lint || echo \"Lint failed. Continuing...\"",
36
- "lint": "eslint --cache --fix -- ",
34
+ "lint": "eslint --cache --fix",
37
35
  "pretest": "npm run build",
38
36
  "test": "npm run --if-present test:mocha",
39
37
  "test:mocha": "mocha",
package/tsconfig.json CHANGED
@@ -76,7 +76,7 @@
76
76
  "outDir": "dist",
77
77
  // "outFile": "./",
78
78
  // "preserveConstEnums": true,
79
- // "removeComments": true,
79
+ "removeComments": true /* @OVERRIDE */,
80
80
  "sourceMap": true,
81
81
  // "sourceRoot": "",
82
82
  // "stripInternal": true,
@@ -99,7 +99,7 @@
99
99
  // "esModuleInterop": true,
100
100
  "forceConsistentCasingInFileNames": true,
101
101
  // "isolatedDeclarations": false,
102
- // "isolatedModules": true,
102
+ "isolatedModules": true /* @OVERRIDE */,
103
103
  // "preserveSymlinks": true,
104
104
  "verbatimModuleSyntax": true,
105
105
  // #endregion