@swingby-protocol/eslint-config
v3.1.0
Published
ESLint config for Swingby's projects
Downloads
13
Keywords
Readme
A common ESLint config used in Swingby's projects.
Quick start
Get Prettier up and running (you may start here).
Install ESLint and this package.
yarn add --dev eslint @swingby-protocol/eslint-config
Add the following config file at the root of your project.
{ "extends": ["@swingby-protocol/eslint-config"] }