1.3.0 • Published 2 years ago
@slothkit/eslint-config v1.3.0
This package provides simplified and less strict validation rules based on Airbnb's eslint rules.
Usage
1. Install the dependency:
npm i -D @slothkit/eslint-config2. Modify your own eslint configuration based on ./.eslintrc.js
3. Choose the appropriate extension configuration based on the technology stack:
| Technology Stack | Extends | 
|---|---|
| JavaScript | @slothkit/eslint-config/base | 
| TypeScript | @slothkit/eslint-config/typescript | 
| React | @slothkit/eslint-config/base and @slothkit/eslint-config/rules/react | 
| TypeScript+React | @slothkit/eslint-config |