Created
October 20, 2016 19:16
-
-
Save bnhansn/d42dbb58283e4677bbf5e493f6d5783f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "parser": "babel-eslint", | |
| "plugins": ["react", "flowtype"], | |
| "extends": ["airbnb", "plugin:flowtype/recommended"], | |
| "rules": { | |
| "react/jsx-filename-extension": 0, | |
| "import/prefer-default-export": 0, | |
| "react/no-unused-prop-types": 0, | |
| "camelcase": 0 | |
| }, | |
| "globals": { | |
| "fetch": true, | |
| "window": true, | |
| "document": true, | |
| "localStorage": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment