1.0.1 β’ Published 2 years ago
eslint-config-ts-standard-next v1.0.1
eslint-config-ts-standard-next 
π Description
Eslint config with standard-typescript (+other plugins) and extra opinionated configs applying best practices and focused on declarative code
π Summary
Linting and best practices rules for:
- JavaScript and JSX
- TypeScript and TSX
- TSDoc
- React and react hooks
- NextJS
- Accessibility (JSX a11y)
- Package.json convention
- JSON files
- YAML
- Markdown
π¦ Installation
# Install the config in the dev dependencies
$ npm install -D eslint-config-ts-standard-next
π Usage
Add to your eslint config
file the config extending it like the example below:
{
"extends": [ "ts-standard-next" ]
}
or add it directly in your package.json
// package.json
{
"eslintConfig": {
"extends": [ "ts-standard-next" ]
}
}
π€ Happy Code
Created with Typescript! β‘ and latin music πΊπ΅