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:
- This config extends from:
npm install --save-dev eslint-config-edubeyond
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.