2.0.0 • Published 3 years ago

@partumgmbh/eslint-config v2.0.0

Weekly downloads
13
License
UNLICENSED
Repository
github
Last release
3 years ago

@partumgmbh/eslint-config

This is the base configuration for ESLint based on JavaScript Standard Style. 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 @partumgmbh/eslint-config

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

npx eslint .