eslint-config-modood
v0.1.1
Published
My own ESLint configuration.
Downloads
4
Readme
eslint-config-modood
My own ESLint configuration
install
$ npm install eslint eslint-config-modood --save-dev
usage
$ vi .eslintrc.js
module.exports = {
extends: 'modood',
};
$ ./node_modules/.bin/eslint *.js
contributing
- 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.