1.3.0 • Published 4 months ago

@slothkit/eslint-config v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

npm (scoped) GitHub last commit npm

中文文档

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-config

2. Modify your own eslint configuration based on ./.eslintrc.js

3. Choose the appropriate extension configuration based on the technology stack:

Technology StackExtends
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