@transferwise/eslint-plugin
Version:
TransferWise ESLint plugin
17 lines (10 loc) • 456 B
Markdown
A collection of custom eslint rules.
- form-has-method-attribute
- get-server-side-props-is-in-pages-directory
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.