Skip to content

Commit 12b194f

Browse files
chore(deps): update dependency @ota-meshi/eslint-plugin to ^0.15.0 (#253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 10510d1 commit 12b194f

File tree

8 files changed

+13
-18
lines changed

8 files changed

+13
-18
lines changed

docs/.vuepress/components/rules/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// eslint-disable-next-line eslint-comments/disable-enable-pair -- DEMO
2-
/* eslint-disable node/no-unsupported-features/es-syntax -- DEMO */
1+
// eslint-disable-next-line n/no-missing-import -- ignore
32
import { Linter } from "eslint/lib/linter";
3+
// eslint-disable-next-line n/no-missing-import -- ignore
44
import plugin from "../../../../";
55

66
const coreRules = Object.fromEntries(new Linter().getRules());

docs/.vuepress/components/state/deserialize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* eslint node/no-unsupported-features/es-syntax: off -- not node */
2-
// eslint-disable-next-line node/no-extraneous-import -- ignore
1+
/* eslint n/no-unsupported-features/es-syntax: off -- not node */
2+
// eslint-disable-next-line n/no-extraneous-import -- ignore
33
import pako from "pako";
44

55
/**
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// eslint-disable-next-line node/no-unsupported-features/es-syntax -- DEMO
2-
export * from "./deserialize";
3-
// eslint-disable-next-line node/no-unsupported-features/es-syntax -- DEMO
4-
export * from "./serialize";
1+
export * from "./deserialize.js";
2+
3+
export * from "./serialize.js";

docs/.vuepress/components/state/serialize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* eslint node/no-unsupported-features/es-syntax: off -- not node */
2-
// eslint-disable-next-line node/no-extraneous-import -- ignore
1+
/* eslint n/no-unsupported-features/es-syntax: off -- not node */
2+
// eslint-disable-next-line n/no-extraneous-import -- ignore
33
import pako from "pako";
44

55
/**

docs/.vuepress/enhanceApp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// eslint-disable-next-line node/no-unsupported-features/es-syntax -- DEMO
21
export default () =>
32
// {
43
// Vue, // the version of Vue being used in the VuePress app
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// eslint-disable-next-line eslint-comments/disable-enable-pair -- DEMO
2-
/* eslint-disable node/no-unsupported-features/es-syntax -- DEMO */
3-
import all from "../../../../node_modules/eslint-visitor-keys/lib/index";
1+
import all from "../../../../node_modules/eslint-visitor-keys/lib/index.js";
42

53
export const { KEYS, getKeys, unionWith } = all;
64
export default all;

docs/.vuepress/shim/eslint/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// eslint-disable-next-line eslint-comments/disable-enable-pair -- DEMO
2-
/* eslint-disable node/no-unsupported-features/es-syntax -- DEMO */
1+
// eslint-disable-next-line n/no-missing-import -- ignore
32
import { Linter } from "eslint/lib/linter";
43
class CLIEngine {}
54

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@babel/eslint-parser": "^7.11.0",
7878
"@changesets/changelog-github": "^0.4.6",
7979
"@changesets/cli": "^2.24.2",
80-
"@ota-meshi/eslint-plugin": "^0.13.0",
80+
"@ota-meshi/eslint-plugin": "^0.15.0",
8181
"@types/eslint": "^8.0.0",
8282
"@types/eslint-scope": "^3.7.0",
8383
"@types/eslint-visitor-keys": "^1.0.0",
@@ -96,7 +96,7 @@
9696
"eslint-plugin-json-schema-validator": "^4.0.0",
9797
"eslint-plugin-jsonc": "^2.0.0",
9898
"eslint-plugin-markdown": "^3.0.0",
99-
"eslint-plugin-node": "^11.1.0",
99+
"eslint-plugin-n": "^15.1.0",
100100
"eslint-plugin-node-dependencies": "^0.11.0",
101101
"eslint-plugin-prettier": "^5.0.0",
102102
"eslint-plugin-regexp": "^1.0.0",

0 commit comments

Comments
 (0)