Skip to content

EduBeyond's default preferred eslint config. Assumes react and a whole bunch of other stuff.

License

Notifications You must be signed in to change notification settings

EduBeyond/eslint-config-edubeyond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

EduBeyond's default preferred eslint config. Assumes react and a whole bunch of other stuff.

Resources

License

Stars

Watchers

Forks

Packages