Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History

eslint-config-edu-js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@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

npm install --save-dev @chanzuckerberg/eslint-config-edu-js

Usage

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

// .eslintrc

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