# lint-workshop-slides **Repository Path**: ouyangpengdev/lint-workshop-slides ## Basic Information - **Project Name**: lint-workshop-slides - **Description**: Slides of my workshop on 'Custom Lint rules' at Droidcon Berlin 2015. - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Custom Lint rules - Improve your code quality with dedicated conventions ![](cover.png) This workshop was held at [Droidcon Berlin](http://droidcon.de) on June 3rd 2015. Please find further details at the [workshop page](http://droidcon.de/session/custom-lint-rules-improve-your-code-quality-dedicated-conventions). Check out [this repository](https://github.com/a11n/CustomLintRulesWorkshop) for sources and examples elaborated in the "Hands-on" part. ## How to view? Find a dynamic version (with animation, ...) of the slides [here](http://a11n.github.io/lint-workshop-slides). Find a static version of the slides [here](https://speakerdeck.com/a11n/custom-lint-rules-improve-your-code-quality-with-dedicated-conventions). ## How to use? The slides are written in [Markdown](https://help.github.com/articles/markdown-basics/), compiled by [prez](https://github.com/lmtm/prez) and presented by [RevealJS](https://github.com/hakimel/reveal.js). In order to compile this presentation by yourself three simple steps are required: * Checkout this repo and change into its directory ```shell git clone https://github.com/a11n/lint-workshop-slides.git cd lint-workshop-slides ``` * Install prez ```shell npm install -g prez ``` * Run prez ```shell prez --serve ``` ## Shortcuts |Key|Description| |------|-----------| |Arrows|Navigate through the slides.| |Space |Go to next slide.| |ESC |Display overview.| |F |Enter fullscreen mode.| |S |Open speaker view (with timer and notes).| ## License ©2015 AndrĂ© Diermann [![License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/) This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.