@lvce-editor/eslint-plugin-tsconfig 4.7.0 → 4.9.0

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/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -200,6 +200,7 @@ const plugin = {
200
200
  const recommended = [{
201
201
  files: ['**/tsconfig.json'],
202
202
  plugins: {
203
+ // @ts-ignore
203
204
  json,
204
205
  tsconfig: plugin
205
206
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-plugin-tsconfig",
3
- "version": "4.7.0",
3
+ "version": "4.9.0",
4
4
  "main": "dist/index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,6 +11,6 @@
11
11
  "license": "MIT",
12
12
  "description": "",
13
13
  "dependencies": {
14
- "@eslint/json": "0.14.0"
14
+ "@eslint/json": "1.0.0"
15
15
  }
16
16
  }