Skip to content

Commit 9a9509f

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency @ota-meshi/eslint-plugin to ^0.8.0 (#302)
* Update dependency @ota-meshi/eslint-plugin to ^0.8.0 * fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent a873f9f commit 9a9509f

File tree

3 files changed

+11
-30
lines changed

3 files changed

+11
-30
lines changed

.eslintrc.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ module.exports = {
4949
],
5050
},
5151
],
52-
53-
"no-empty-character-class": "error",
54-
55-
"regexp/no-dupe-disjunctions": ["error", { disallowNeverMatch: true }],
56-
"regexp/letter-case": [
57-
"error",
58-
{ hexadecimalEscape: "lowercase", controlEscape: "uppercase" },
59-
],
6052
},
6153
overrides: [
6254
{

package-lock.json

Lines changed: 9 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint": ">=6.0.0"
5353
},
5454
"devDependencies": {
55-
"@ota-meshi/eslint-plugin": "^0.7.0",
55+
"@ota-meshi/eslint-plugin": "^0.8.0",
5656
"@types/chai": "^4.2.18",
5757
"@types/eslint": "^7.2.0",
5858
"@types/eslint-scope": "^3.7.0",
@@ -72,7 +72,7 @@
7272
"eslint-plugin-jsonc": "^1.0.0",
7373
"eslint-plugin-node": "^11.1.0",
7474
"eslint-plugin-prettier": "^3.4.0",
75-
"eslint-plugin-regexp": "^0.13.1",
75+
"eslint-plugin-regexp": "^1.0.0",
7676
"eslint-plugin-vue": "^7.5.0",
7777
"eslint-plugin-yml": "^0.10.0",
7878
"eslint4b": "^7.3.1",

0 commit comments

Comments
 (0)