Skip to content

Commit f2e7be7

Browse files
authored
Update lint config (#67)
1 parent 9bf8b18 commit f2e7be7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
"plugin:@ota-meshi/+typescript",
1515
"plugin:@ota-meshi/+eslint-plugin",
1616
"plugin:@ota-meshi/+vue2",
17+
"plugin:@ota-meshi/+package-json",
1718
"plugin:@ota-meshi/+json",
1819
"plugin:@ota-meshi/+yaml",
1920
"plugin:@ota-meshi/+md",

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"eslint-plugin-jsonc": "^2.0.0",
8383
"eslint-plugin-markdown": "^2.1.0",
8484
"eslint-plugin-node": "^11.1.0",
85+
"eslint-plugin-node-dependencies": "^0.6.0",
8586
"eslint-plugin-prettier": "^4.0.0",
8687
"eslint-plugin-regexp": "^1.0.0",
8788
"eslint-plugin-vue": "^8.0.0",

0 commit comments

Comments
 (0)