Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
azinit committed Nov 17, 2020
2 parents becc8f4 + bdc04cc commit 2461ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This small guide should help you to implement your own rule for `eslint-plugin-a
## Tip

- Use the [**astexplorer** site](https://astexplorer.net) with the `espree` parser and `ESLint v4` transform to interactively create the initial rule implementation. It lets you inspect the full AST as you would get from ESLint and you can even see the result of your auto-fixer implementation.

- Use vscode debugger with breakpoints to access eslint-context and rule's process

## Steps

Expand Down

0 comments on commit 2461ef2

Please sign in to comment.