eslint-config-modood

0.1.1 • Public • Published

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

license

this repo is released under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-modood

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • modood