Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Official csquare-ai ESLint configuration.

License

Notifications You must be signed in to change notification settings

SquareFactory/eslint-config

Repository files navigation

@csquare/eslint-config

licence version

Official csquare-ai ESLint configuration.

Maintained by:

Installation

Install with npm:

npm install --save-dev @csquare/eslint-config

Install with Yarn:

yarn add --dev @csquare/eslint-config

Usage

{
  "extends": ["@csquare"]
}