eslint-config-modood

My own ESLint configuration.

Usage no npm install needed!

<script type="module">
  import eslintConfigModood from 'https://cdn.skypack.dev/eslint-config-modood';
</script>

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

  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.