File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 2.0.2" ,
4
4
"description" : " ESLint configurations used by Springworks" ,
5
5
"main" : " index.js" ,
6
- "repository" : {
7
- "type" : " git" ,
8
- "url" : " git+https://github.com/Springworks/eslint-config-springworks.git"
6
+ "author" : " Springworks" ,
7
+ "license" : " MIT" ,
8
+ "peerDependencies" : {
9
+ "eslint" : " >=0.22.1 <1.0.0" ,
10
+ "eslint-plugin-mocha" : " >=0.2.2 <1.0.0"
9
11
},
10
12
"keywords" : [
11
13
" eslint" ,
12
14
" eslintconfig"
13
15
],
14
- "author" : " Springworks" ,
15
- "license" : " MIT" ,
16
+ "repository" : {
17
+ "type" : " git" ,
18
+ "url" : " git+https://github.com/Springworks/eslint-config-springworks.git"
19
+ },
16
20
"bugs" : {
17
21
"url" : " https://github.com/Springworks/eslint-config-springworks/issues"
18
22
},
19
- "homepage" : " https://github.com/Springworks/eslint-config-springworks#readme" ,
20
- "peerDependencies" : {
21
- "eslint" : " ^0.22.1" ,
22
- "eslint-plugin-mocha" : " ^0.2.2"
23
- },
24
- "optionalDependencies" : {
25
- "babel-eslint" : " ^3.1.9"
26
- }
23
+ "homepage" : " https://github.com/Springworks/eslint-config-springworks#readme"
27
24
}
You can’t perform that action at this time.
0 commit comments