File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ module.exports = {
55 "plugin:@ota-meshi/recommended" ,
66 "plugin:@ota-meshi/+typescript" ,
77 "plugin:@ota-meshi/+json" ,
8+ "plugin:@ota-meshi/+package-json" ,
89 "plugin:@ota-meshi/+node" ,
910 "plugin:@ota-meshi/+prettier" ,
1011 ] ,
Original file line number Diff line number Diff line change 66 "files" : [
77 " lib"
88 ],
9+ "engines" : {
10+ "node" : " >=8.10.0"
11+ },
912 "scripts" : {
1013 "build" : " npm run build:ts" ,
1114 "build:ts" : " tsc --project ./tsconfig.build.json" ,
5558 "eslint-plugin-json-schema-validator" : " ^1.0.0" ,
5659 "eslint-plugin-jsonc" : " ^1.0.0" ,
5760 "eslint-plugin-node" : " ^11.1.0" ,
61+ "eslint-plugin-node-dependencies" : " ^0.5.0" ,
5862 "eslint-plugin-prettier" : " ^3.1.4" ,
5963 "eslint-plugin-regexp" : " ^1.0.0" ,
6064 "eslint-plugin-vue" : " ^7.6.0" ,
6670 "vue-eslint-parser" : " ^7.2.0"
6771 },
6872 "dependencies" : {
69- "eslint-utils" : " ^3.0.0" ,
70- "eslint-visitor-keys" : " ^3.0.0" ,
73+ "eslint-utils" : " ^2.1.0 || ^ 3.0.0" ,
74+ "eslint-visitor-keys" : " ^1.3.0 || ^2.1.0 || ^ 3.0.0" ,
7175 "espree" : " ^6.0.0 || ^7.2.0" ,
7276 "semver" : " ^6.3.0"
7377 }
You can’t perform that action at this time.
0 commit comments