1.3.1 • Published 9 months ago

@aliz.ai/eslint-config-recommended v1.3.1

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

@aliz.ai/eslint-config-recommended

This package is a shareable eslint config. You can use it to easily configure eslint on your project according to Aliz standards.

Installation and Usage

1. Install

npm i "@aliz.ai/eslint-config-recommended" -D

2. Add to your eslint config

// eslint.config.js
import alizConfig from "@aliz.ai/eslint-config-recommended";

export default [
    ...alizConfig
    //your additional configs come here, if any
]

Contents

Rules

  • JS recommended
    • JS import sort
  • TS recommended
  • Prettier
  • React
  • React hooks
  • RisXSS

  • Tanstack Query

  • Storybook