An open API service indexing awesome lists of open source software.

https://github.com/unlight/how-to-create-eslint-plugin-talk


https://github.com/unlight/how-to-create-eslint-plugin-talk

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# how-to-create-eslint-plugin-talk
* https://gitpitch.com/unlight/how-to-create-eslint-plugin-talk
* https://docs.google.com/document/d/10VkzD6rE1QIoJYKutdv8PBOIXMtWN1L0BUQV__UJqQ8

## Resources
* https://eslint.org/docs/developer-guide/architecture
* https://resources.jointjs.com/demos/javascript-ast
* http://sujoyu.github.io/plantuml-previewer/
* https://www.planttext.com/
* https://hackernoon.com/how-linting-and-eslint-improve-code-quality-fa83d2469efe
* https://blog.buildo.io/a-tour-of-abstract-syntax-trees-906c0574a067
* http://slideplayer.com/slide/9263918/
* https://www.slideshare.net/Codemotion/gabriele-petronella-mythical-trees-and-where-to-find-them-codemotion-milan-2017
* https://www.kenneth-truyers.net/2016/05/27/writing-custom-eslint-rules/
* https://viswesh.github.io/astVisualizer/index.html
* https://eslint.org/docs/developer-guide/working-with-plugins
* https://www.youtube.com/watch?v=CFQBHy8RCpg
* https://www.youtube.com/watch?v=rFVODLIMdZE
* https://www.youtube.com/watch?v=uvZTcLbOg8Q
* https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API
* https://www.youtube.com/watch?v=8uOXIM4giH8
* http://www.oliverbudack.com/writing-custom-eslint-rules
* https://gist.github.com/sindresorhus/1656c46f23545deff8cc713649dcff26
* https://insideops.wordpress.com/2015/12/08/creating-custom-rules-for-eslint/
* https://medium.com/@btegelund/creating-an-eslint-plugin-87f1cb42767f
* https://flexport.engineering/writing-custom-lint-rules-for-your-picky-developers-67732afa1803
* http://blog.cowchimp.com/writing-a-custom-eslint-rule-to-spot-undeclared-props/
* https://www.sitepoint.com/understanding-asts-building-babel-plugin/
* https://www.youtube.com/watch?v=XxhRwRHeGgs
- AST: https://youtu.be/XxhRwRHeGgs?t=1176
* https://eslint.org/docs/developer-guide/code-path-analysis
* https://www.youtube.com/watch?v=Xt7PFzOBTPk
* https://github.com/cowchimp/awesome-ast
* https://eslint.org/docs/developer-guide/working-with-plugins

#### GitPitch
* https://raw.githubusercontent.com/gitpitch/kitchen-sink/master/PITCHME.md
* https://github.com/gitpitch/gitpitch/wiki/Slideshow-Settings
* https://github.com/gitpitch/gitpitch/wiki/Speaker-Notes-Window