Skip to content

SwingbyProtocol/eslint-config

Repository files navigation

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