We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf8b18 commit f2e7be7Copy full SHA for f2e7be7
.eslintrc.js
@@ -14,6 +14,7 @@ module.exports = {
14
"plugin:@ota-meshi/+typescript",
15
"plugin:@ota-meshi/+eslint-plugin",
16
"plugin:@ota-meshi/+vue2",
17
+ "plugin:@ota-meshi/+package-json",
18
"plugin:@ota-meshi/+json",
19
"plugin:@ota-meshi/+yaml",
20
"plugin:@ota-meshi/+md",
package.json
@@ -82,6 +82,7 @@
82
"eslint-plugin-jsonc": "^2.0.0",
83
"eslint-plugin-markdown": "^2.1.0",
84
"eslint-plugin-node": "^11.1.0",
85
+ "eslint-plugin-node-dependencies": "^0.6.0",
86
"eslint-plugin-prettier": "^4.0.0",
87
"eslint-plugin-regexp": "^1.0.0",
88
"eslint-plugin-vue": "^8.0.0",
0 commit comments