1.1.2 • Published 5 years ago

@sunshinesmile/eslint-config v1.1.2

Weekly downloads
4
License
UNLICENSED
Repository
github
Last release
5 years ago

@sunshinesmile/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 @sunshinesmile/eslint-config

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

npx eslint .