1.1.2 • Published 2 years ago

@wanda-space/eslint-config v1.1.2

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

@wanda-space/eslint-config

Share eslint config for wanda. This focuses on rules that can catch bugs and uses prettier for styling. It will use .prettierrc if it exists in the repo.

Installation

npx @wanda-space/eslint-config latest

Testing

To test local changes in a project we can use npm link.

  1. Enable linking in this project: Run npm link in this directory This is is only necessary to do once.
  2. Link up the project you want to test in. Run npm link @wanda-space/eslint-config in the project directory. This will be removed the next time you run npm ci.