SwingbyProtocol / eslint-config

ESLint config for Swingby's projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ESLint config for Swingby's projects

License:MIT License


Languages

Language:JavaScript 100.0%