0.1.1 • Published 9 years ago
eslint-config-modood v0.1.1
eslint-config-modood
My own ESLint configuration
install
$ npm install eslint eslint-config-modood --save-devusage
$ vi .eslintrc.jsmodule.exports = {
extends: 'modood',
};$ ./node_modules/.bin/eslint *.jscontributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
license
this repo is released under the MIT License.