0.3.0 • Published 8 months ago

@transferwise/eslint-plugin v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@transferwise/eslint-plugin

A collection of custom eslint rules.

Rules

  • form-has-method-attribute
  • get-server-side-props-is-in-pages-directory

Writing a custom rule

See the current rules as an example.

  1. Create a test file and add Valid and Invalid examples
  2. Write your rule, using https://astexplorer.net/ to understand what your JavaScript code appears as to ESLint.
  3. Add your rule to the exports and include in the eslint template.
0.3.0

8 months ago

0.2.2

2 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago