0.1.3 • Published 2 years ago

@schoolsquirrel/eslint-config-squirrel v0.1.3

Weekly downloads
57
License
-
Repository
-
Last release
2 years ago

eslint-config-squirrel

Available on npm Release License GitHub last commit Maintenance

The ESLint configuration for all SchoolSquirrel repositories (and many more ;-))

Usage

  • Run npm i eslint @schoolsquirrel/eslint-config-squirrel eslint-plugin-import eslint-plugin-prettier --save-dev
  • Create a .eslintrc.json file with the following content: { "extends": ["eslint-config-squirrel"] }
  • Create a .eslintignore file and list all the folders / files to be ignored.
  • Done!