File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 11{
2- "publishConfig" : {
3- "access" : " public"
4- },
52 "name" : " @extensionengine/eslint-config" ,
63 "version" : " 1.2.0" ,
74 "description" : " Extension Engine's eslint config" ,
8- "main" : " index.js" ,
9- "repository" : {
10- "type" : " git" ,
11- "url" : " git+https://github.com/ExtensionEngine/eslint-config.git"
12- },
13- "scripts" : {
14- "lint" : " eslint ." ,
15- "release" : " npx np"
16- },
175 "keywords" : [
186 " eslint" ,
197 " eslint config" ,
2311 " vue" ,
2412 " node"
2513 ],
14+ "homepage" : " https://github.com/ExtensionEngine/eslint-config#readme" ,
15+ "bugs" : {
16+ "url" : " https://github.com/ExtensionEngine/eslint-config/issues"
17+ },
18+ "repository" : {
19+ "type" : " git" ,
20+ "url" : " git+https://github.com/ExtensionEngine/eslint-config.git"
21+ },
22+ "license" : " MIT" ,
2623 "author" : {
2724 "name" : " Extension Engine" ,
2825 "email" : " info@extensionengine.com" ,
2926 "url" : " https://extensionengine.com"
3027 },
31- "license" : " MIT" ,
32- "bugs" : {
33- "url" : " https://github.com/ExtensionEngine/eslint-config/issues"
28+ "main" : " index.js" ,
29+ "files" : [
30+ " rules" ,
31+ " base.js"
32+ ],
33+ "scripts" : {
34+ "lint" : " eslint ." ,
35+ "release" : " npx np"
3436 },
35- "homepage" : " https://github.com/ExtensionEngine/eslint-config#readme" ,
3637 "devDependencies" : {
3738 "@types/eslint" : " ^7.2.1" ,
3839 "babel-eslint" : " ^10.1.0" ,
6061 "eslint-plugin-standard" : " >=4.0.0" ,
6162 "eslint-plugin-vue" : " >=5.2.3"
6263 },
63- "files" : [
64- " rules" ,
65- " base.js"
66- ]
64+ "publishConfig" : {
65+ "access" : " public"
66+ }
6767}
You can’t perform that action at this time.
0 commit comments