1
1
mirror of https://github.com/primer/css.git synced 2024-12-30 01:22:30 +03:00

documenting the new config

This commit is contained in:
Jon Rohan 2016-07-12 14:39:15 -04:00
parent 70866772c3
commit 1127460847

View File

@ -116,6 +116,7 @@ This is a list of the lints turned on in this configuration, and what they do.
* [no-eol-whitespace](http://stylelint.io/user-guide/rules/no-eol-whitespace/): Disallow end-of-line whitespace.
* [no-extra-semicolons](http://stylelint.io/user-guide/rules/no-extra-semicolons/): Disallow extra semicolons.
* [no-missing-eof-newline](http://stylelint.io/user-guide/rules/no-missing-eof-newline/): Disallow missing end-of-file newlines in non-empty files.
* [no-unsupported-browser-features](http://stylelint.io/user-guide/rules/no-unsupported-browser-features/): Disallow features that are unsupported by the browsers that [we are targeting in the config](https://github.com/primer/stylelint-config-primer/blob/70866772c3b916be5c62b95cfd94b37dfc6e5b04/index.js#L267)
#### Media Feature