Unsurprisingly, my ESLint configuration.
npm install eslint@3
npm install eslint-plugin-react@6
npm install eslint-config-mollCreate an .eslintrc file with the following contents:
{
"extends": "moll"
}Run ESLint.
eslint .ESLint Config is released under a Lesser GNU Affero General Public License, which in summary means:
- You can use this program for no cost.
- You can use this program for both personal and commercial reasons.
- You do not have to share your own program's code which uses this program.
- You have to share modifications (e.g. bug-fixes) you've made to this program.
For more convoluted language, see the LICENSE file.
Andri Möll typed this and the code.
If you find ESLint Config needs improving, please don't hesitate to type to me now at [email protected] or create an issue online.