linted 16.14.5-rc.9 → 17.0.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/tsconfig.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.18.0",
3
3
  "name": "linted",
4
- "version": "16.14.5-rc.9",
4
+ "version": "17.0.0-rc.1",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -44,7 +44,7 @@
44
44
  "npm": ">=10.8.2"
45
45
  },
46
46
  "peerDependencies": {
47
- "eslint": "~9.12.0",
47
+ "eslint": "~9.13.0",
48
48
  "mocha": "^10.7.3",
49
49
  "typescript": ">=5.6.3"
50
50
  },
@@ -57,7 +57,7 @@
57
57
  }
58
58
  },
59
59
  "dependencies": {
60
- "@eslinted/core": "5.0.0-rc.0",
60
+ "@eslinted/core": "5.0.0-rc.2",
61
61
  "@html-eslint/eslint-plugin": "0.27.0",
62
62
  "@html-eslint/parser": "0.27.0",
63
63
  "@stylistic/eslint-plugin": "2.9.0",
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "display": "jimmy/tsc",
3
- "version": "5.6.2",
4
- "help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
2
+ "display": "@jimbojet/tsc",
3
+ "_version": "5.6.4",
4
+ "_help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
5
5
  "$schema": "https://json.schemastore.org/tsconfig",
6
6
  "include": [
7
7
  "*.config.ts",
@@ -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,