Skip to content

Instantly share code, notes, and snippets.

@r3nya
Last active February 4, 2016 00:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r3nya/28dbf44fe39b1bf33923 to your computer and use it in GitHub Desktop.
Save r3nya/28dbf44fe39b1bf33923 to your computer and use it in GitHub Desktop.
{
"presets": ["react", "es2015", "stage-0"],
"plugins": ["transform-decorators-legacy"],
"env": {
"development": {
"presets": ["react-hmre"]
}
}
}
{
"parser": "babel-eslint",
"extends": "eslint-config-airbnb",
"env": {
"browser": true,
"mocha": true,
"node": true
},
"rules": {
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2,
"indent": [2, 2],
"comma-dangle": 0,
"no-shadow": 0
},
"plugins": [
"react"
]
}
dist/**
server.js
webpack.**
node_modules/*
**/node_modules/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment