@boennemann/eslint-config

12.1.1 • Public • Published

@boennemann/eslint-config

Build Status Greenkeeper badge

This is a base configuration for eslint. It contains all styling related settings, which should stay the same everywhere. They are controlled via prettier and offer auto-fixing. Additional static analysis may be added on a per project basis, e.g. for react, react-native etc.

npm install -D eslint @boennemann/eslint-config

echo '{"extends": "@boennemann"}' > .eslintrc.json

npx eslint .

# if you want to lint json, too
npx eslint --ext=.json,.js .

Readme

Keywords

Package Sidebar

Install

npm i @boennemann/eslint-config

Weekly Downloads

1

Version

12.1.1

License

MIT

Unpacked Size

4.82 kB

Total Files

10

Last publish

Collaborators

  • boennemann