Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: stylelint-config-eyeo/README.md

Issue 29541680: Issue 5109 - Create stylelintrc for websites and ui modules (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created Sept. 11, 2017, 9:21 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | stylelint-config-eyeo/index.js » ('j') | stylelint-config-eyeo/index.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stylelint-config-eyeo/README.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/stylelint-config-eyeo/README.md
@@ -0,0 +1,9 @@
+# stylelint-config-eyeo
+
+A [Styelint](https://stylelint.io) configuration that checks for compliance with the [Adblock Plus coding style guide](https://adblockplus.org/coding-style#javascript) which is used for all eyeo projects.
Thomas Greiner 2017/09/13 18:12:52 Typo: Replace "Styelint" with "Stylelint"
Thomas Greiner 2017/09/13 18:12:52 I don't see how this affects our JavaScript code s
ire 2017/09/14 08:33:00 Done.
ire 2017/09/14 08:33:00 Done.
+
+## Installation
+
+ npm install -g eslint stylelint-config-eyeo
Thomas Greiner 2017/09/13 18:12:52 I assume you meant to write "stylelint" instead of
ire 2017/09/14 08:32:59 Done.
+
+This command requires administrator privileges so you might need to use `sudo`.
« no previous file with comments | « no previous file | stylelint-config-eyeo/index.js » ('j') | stylelint-config-eyeo/index.js » ('J')

Powered by Google App Engine
This is Rietveld