1.1.0 • Published 1 year ago

@chanzuckerberg/eslint-config-edu-js v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@chanzuckerberg/eslint-config-edu-js

Shared JS ESLint config for CZI's Education initiative.

Prerequisites

  1. Install ESLint
  2. Run ESLint on CI (e.g. npx eslint .)
  3. Consider running ESLint in your editor(s).

Installation

Install by running

yarn add --dev @chanzuckerberg/eslint-config-edu-js

Usage

Extend this package's config in your ESLint configuration file.

// .eslintrc

{
  "extends": [
    "@chanzuckerberg/eslint-config-edu-js"
  ]
}
1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago