Skip to content

Commit

Permalink
turn off flow rule for prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Feb 25, 2019
1 parent c9cd04b commit 831c5f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"globals": {
"assert": true
}
},
{
"files": "prettier.config.js",
"rules": {
"flowtype/require-valid-file-annotation": "off"
}
}
]
}

0 comments on commit 831c5f6

Please sign in to comment.