Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 # stylelint-config-eyeo | |
2 | |
3 A [Styelint](https://stylelint.io) configuration that checks for compliance with the [Adblock Plus coding style guide](https://adblockplus.org/coding-style#java script) 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.
| |
4 | |
5 ## Installation | |
6 | |
7 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.
| |
8 | |
9 This command requires administrator privileges so you might need to use `sudo`. | |
OLD | NEW |