Skip to content

Instantly share code, notes, and snippets.

@pekkis
Created December 8, 2018 18:47
Show Gist options
  • Save pekkis/b8053d6f7c5f966d0854b298bf1e16e1 to your computer and use it in GitHub Desktop.
Save pekkis/b8053d6f7c5f966d0854b298bf1e16e1 to your computer and use it in GitHub Desktop.
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