Skip to content

Commit

Permalink
no-weak-types and require-valid-file-annotation rules were added to e… (
Browse files Browse the repository at this point in the history
  • Loading branch information
anasmak authored and aaronabramov committed Mar 29, 2017
1 parent 2392fdd commit a0864db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "./packages/eslint-config-fb-strict/index.js",
"parser": "babel-eslint",
"rules": {
"no-multiple-empty-lines": 1
"no-multiple-empty-lines": 1,
"flowtype/require-valid-file-annotation": 2
},
"plugins": [
"markdown"
Expand Down

0 comments on commit a0864db

Please sign in to comment.