This repository was archived by the owner on Mar 29, 2020. It is now read-only.
Commit 08a028a 1 parent c11b978 commit 08a028a Copy full SHA for 08a028a
File tree 4 files changed +352
-261
lines changed
4 files changed +352
-261
lines changed Original file line number Diff line number Diff line change 3
3
.*/node_modules/.*/__tests__/
4
4
.*/node_modules/.*/test/
5
5
.*/node_modules/.*/tests/
6
- .*/node_modules/eslint-plugin-jsx-a11y/
7
6
8
7
[libs]
9
8
definitions/
10
9
10
+ [lints]
11
+ sketchy-null=error
12
+ untyped-type-import=error
13
+
11
14
[options]
12
15
emoji=true
13
16
@@ -16,4 +19,4 @@ experimental.const_params=true
16
19
suppress_comment=\\(.\\|\n\\)*\\$ExpectError
17
20
18
21
[version]
19
- ^0.50 .0
22
+ ^0.52 .0
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ notifications:
16
16
script :
17
17
- npm run test
18
18
after_success :
19
- - npm run release
19
+ - npm run semantic- release
Original file line number Diff line number Diff line change 25
25
"test" : " run-p --silent typecheck lint" ,
26
26
"precommit" : " lint-staged" ,
27
27
"commitmsg" : " validate-commit-msg" ,
28
- "prepush" : " nyr test" ,
29
- "release" : " semantic-release pre && npm publish && semantic-release post" ,
28
+ "prepush" : " yarn test" ,
30
29
"semantic-release" : " semantic-release pre && npm publish && semantic-release post"
31
30
},
32
31
"lint-staged" : {
40
39
}
41
40
},
42
41
"peerDependencies" : {
43
- "flow-bin" : " 0.42.0 - 0.50 .0"
42
+ "flow-bin" : " 0.42.0 - 0.52 .0"
44
43
},
45
44
"devDependencies" : {
46
- "eslint" : " ^3.19 .0" ,
47
- "eslint-config-anvilabs" : " ^9 .2.0" ,
48
- "flow-bin" : " ^0.50 .0" ,
45
+ "eslint" : " ^4.3 .0" ,
46
+ "eslint-config-anvilabs" : " ^10 .2.0" ,
47
+ "flow-bin" : " ^0.52 .0" ,
49
48
"husky" : " ^0.14.3" ,
50
- "lint-staged" : " ^4.0.1 " ,
49
+ "lint-staged" : " ^4.0.2 " ,
51
50
"lodash" : " ^4.17.4" ,
52
51
"npm-run-all" : " ^4.0.2" ,
53
- "nyr" : " ^1.1.0" ,
54
52
"prettier" : " ^1.5.3" ,
55
53
"semantic-release" : " ^6.3.6" ,
56
- "validate-commit-msg" : " ^2.12.2 "
54
+ "validate-commit-msg" : " ^2.14.0 "
57
55
}
58
56
}
You can’t perform that action at this time.
0 commit comments