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

Latest commit

 

History

History
32 lines (21 loc) · 691 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 691 Bytes

@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"]
}