1.0.1 • Published 8 years ago

eslint-config-saas v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

eslint-config-saas

ESLint shareable config for Sorry as a Service projects

Install

npm install --save-dev eslint-config-saas

Usage

In your ESLint configuration file:

'extends': ['saas', 'saas/angular']
  • saas configuration will add basic JS rules
  • saas/angular configuration will add AngularJS specific rules

More information in ESLint Docs

LICENSE

MIT