Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 676 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 676 Bytes

SchoolSeat ESLint Config

Usage

  1. Install dependencies
# npm
npm install eslint-config-schoolseat prettier@^2.4.1 eslint@^7.32.0 --save-dev

# yarn
yarn add eslint-config-schoolseat prettier@^2.4.1 eslint@^7.32.0 -D
  1. Extends config
// json

{
  "extends": ["schoolseat"]
}

For TypeScript, add schoolseat/typescript.

// json

{
  "extends": ["schoolseat", "schoolseat/typescript"]
}
  1. Happy Coding

📝 TODO

  • TypeScript
  • Prettier
  • Import Plugin/Config
  • React

Made with ❤️ by SchoolSeat Team