3.1.0 • Published 8 months ago

@swingby-protocol/eslint-config v3.1.0

Weekly downloads
53
License
MIT
Repository
github
Last release
8 months ago

A common ESLint config used in Swingby's projects.

Quick start

  1. Get Prettier up and running (you may start here).

  2. Install ESLint and this package.

    yarn add --dev eslint @swingby-protocol/eslint-config
  3. Add the following config file at the root of your project.

    { "extends": ["@swingby-protocol/eslint-config"] }