Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 807 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 807 Bytes

EduBeyond Eslint Config

As the name implies, this is the preferred eslint config for EduBeyond projects.

Some things to note:

  • This config assumes the following:
    • You are using React
    • You are using Typescript
    • You are using Prettier

Other notes:

Installation

npm install --save-dev eslint-config-edubeyond

Usage

Add the following to your .eslintrc file:

{
  "extends": "@edubeyond/eslint-config-edubeyond"
}

end notes

This package will probably never be published on npm because publishing to npm is too hard.