0.0.5 • Published 3 years ago
@we-mobius/eslint-config-all v0.0.5
ESLint Config All
Getting Started
Install dependencies:
pnpm add -D @we-mobius/eslint-config-allIn your project root folder, create a file named .eslintrc.json. Add the following content:
{
"extends": ["@we-mobius/eslint-config-all"]
}Other config file formats are also supported, see ESLint Configuration Files.
Development
import { whatYouWant } from '@we-mobius/eslint-config-all/ts'