Skip to content

Instantly share code, notes, and snippets.

@lydell
Created September 27, 2016 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydell/ccb30bb3c35965bdd6cdcc27ac6b351f to your computer and use it in GitHub Desktop.
Save lydell/ccb30bb3c35965bdd6cdcc27ac6b351f to your computer and use it in GitHub Desktop.
eslint-brunch + eslint-config-standard
module.exports = {
extends: 'eslint-config-standard',
}
// Move this to `app/app.js`
console.log('hello, world!');
module.exports = {
files: {
javascripts: {
joinTo: 'app.js'
}
}
};
{
"private": true,
"devDependencies": {
"brunch": "^2.8.2",
"eslint-brunch": "^3.10.0",
"eslint-config-standard": "^6.1.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"javascript-brunch": "^2.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment