3.0.0 • Published 6 months ago

eslint-config-canopy v3.0.0

Weekly downloads
203
License
Apache-2.0
Repository
-
Last release
6 months ago

canopy-eslint

A standard eslint config for Canopy frontend developers. This assumes that you're using babel and babel-eslint babel-eslint.

Usage

Create an .eslintrc file in your project's root directory:

{
  "extends": "canopy"
}

After installing eslint and babel-eslint, you can test if it works by doing npx eslint