docs(DEVELOPMENT): Add link to JS AST Explorer

This commit is contained in:
Dominik Ferber
2015-10-09 17:35:10 +02:00
parent e6b4b1e77d
commit 6acfdbdacc

View File

@@ -69,3 +69,4 @@ After making sure all tests pass and the test-coverage is at 100%, please send a
These specs and tools help enormously when developing new rules.
* [ESTree Spec](https://github.com/estree/estree/blob/master/spec.md)
* [Espree Parser](http://eslint.org/parser/)
* [JS AST Explorer](http://felix-kling.de/esprima_ast_explorer/)