Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 692 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 692 Bytes

@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