3.0.0 • Published 9 months ago

@saramorillon/eslint-plugin v3.0.0

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

@saramorillon/eslint-plugin

A set of ESLint rule for your Typescript project

Installation

yarn add -D @saramorillon/eslint-plugin
# or
npm install --save-dev @saramorillon/eslint-plugin

Dependencies

@saramorillon/eslint-plugin provide following plugins:

  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • typescript
  • eslint
  • eslint-plugin-import
  • eslint-plugin-react
  • eslint-plugin-react-hooks
  • eslint-plugin-testing-library
  • eslint-plugin-jest-dom
  • eslint-plugin-vitest

Configuration

Add plugin:@saramorillon/back to your eslint configuration file for backend projects:

{
  "extends": ["plugin:@saramorillon/back"]
}

Add plugin:@saramorillon/front to your eslint configuration file for frontend projects:

{
  "extends": ["plugin:@saramorillon/front"]
}