Skip to content

Commit 1f70db2

Browse files
committedJul 9, 2018
fix: automatically include plugin when extending preset (fixes #313 #314)
1 parent ff4f857 commit 1f70db2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/configs/recommended.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"parser": "babel-eslint",
3+
"plugins": [
4+
"flowtype"
5+
],
36
"rules": {
47
"flowtype/boolean-style": [
58
2,

0 commit comments

Comments
 (0)
Please sign in to comment.