Created
December 8, 2018 18:47
-
-
Save pekkis/b8053d6f7c5f966d0854b298bf1e16e1 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
module.exports = { | |
env: { | |
es6: true, | |
browser: true, | |
node: true | |
}, | |
extends: ["react-app", "plugin:prettier/recommended"], | |
parser: "babel-eslint" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment