Skip to content

dacz/eslint-config-dacz

Repository files navigation

eslint-config-dacz

For node project use eslint-config-dacz-node

current version travis.ci license

Greenkeeper badge

My eslint config (moving target, changes often).

It's based on my personal preference.

Usage

  1. npm install --save-dev eslint-config-dacz eslint
  2. add "extends": "dacz" to your .eslintrc.js

This is my eslintrc.js:

module.exports = {
  extends: 'dacz',
  rules: {},
};

Notes

For node project use eslint-config-dacz-node

I like immutability and simplicity so I add/remove rules to enforce it.

I prefer pure functional components in React to allow recompose (and other tools) to optimize them, I kicked off the propTypes checking. Maybe I'll start using flow one day :)

About

my eslint config (moving target, changes often)

Resources

License

Stars

Watchers

Forks

Packages

No packages published