Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ducktordanny/vtm-eslint-presentation
Veszpremi Technology Meetup presentation about ESLint: Plugins, rules and how to create your own
https://github.com/ducktordanny/vtm-eslint-presentation
Last synced: 26 days ago
JSON representation
Veszpremi Technology Meetup presentation about ESLint: Plugins, rules and how to create your own
- Host: GitHub
- URL: https://github.com/ducktordanny/vtm-eslint-presentation
- Owner: ducktordanny
- License: mit
- Created: 2023-09-12T19:06:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-10T14:50:34.000Z (about 1 year ago)
- Last Synced: 2023-10-11T00:04:39.664Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://ducktordanny.github.io/vtm-eslint-presentation/
- Size: 8.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESLint: Plugins, rules and create your own
> ESLint is used by lots of devs, though they might not know how it works in the background, so I'd like to show in a bit more details, and also present how we can create our own plugins and rules.
## Presentation
The presentation is deployed to GitHub Pages and can be seen [here](https://ducktordanny.github.io/vtm-eslint-presentation/#/).
## Other
- Follow me on [GitHub](https://github.com/ducktordanny)
- This repo was created by [my GitHub "presentation" template](https://github.com/ducktordanny/presentation) and using [reveal-md](https://github.com/webpro/reveal-md)
- For the presentation I used the official [ESLint docs](https://eslint.org/docs/latest/)
- Check out my own ESLint plugin: [eslint-plugin-ng-module-sort](https://github.com/ducktordanny/eslint-plugin-ng-module-sort)