We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b5a4e commit fd460acCopy full SHA for fd460ac
.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/+toml",
package.json
@@ -89,6 +89,7 @@
89
"eslint-plugin-jsonc": "^2.0.0",
90
"eslint-plugin-markdown": "^2.0.0-0",
91
"eslint-plugin-node": "^11.1.0",
92
+ "eslint-plugin-node-dependencies": "^0.6.0",
93
"eslint-plugin-prettier": "^4.0.0",
94
"eslint-plugin-regexp": "^1.0.0",
95
"eslint-plugin-toml": "^0.3.0",
0 commit comments