Skip to content

Commit

Permalink
Merge pull request #411 from primer/doc_links
Browse files Browse the repository at this point in the history
Updates to stylelint package links/docs for new structure
  • Loading branch information
jonrohan authored Dec 11, 2017
2 parents d60219d + f2c59fc commit 1b1a236
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
33 changes: 0 additions & 33 deletions tools/stylelint-config-primer/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions tools/stylelint-config-primer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This is a list of the lints turned on in this configuration, and what they do.

* [declaration-block-no-duplicate-properties](http://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties/): Disallow duplicate properties within declaration blocks. _Ignore_: consecutive duplicated properties.
* [declaration-block-no-shorthand-property-overrides](http://stylelint.io/user-guide/rules/declaration-block-no-shorthand-property-overrides/): Disallow shorthand properties that override related longhand properties.
* [declaration-block-properties-order](http://stylelint.io/user-guide/rules/declaration-block-properties-order/): Properties in declaration blocks must be [sorted according to this list](https://github.com/primer/stylelint-config-primer/blob/1ac303e9a633ee38d168a014dcea10eaf5a95aab/index.js#L45-L215).
* [declaration-block-properties-order](http://stylelint.io/user-guide/rules/declaration-block-properties-order/): Properties in declaration blocks must be [sorted according to this list](https://github.com/primer/primer/blob/master/tools/stylelint-config-primer/index.js#L47-L217).
* [declaration-block-semicolon-newline-after](http://stylelint.io/user-guide/rules/declaration-block-semicolon-newline-after/): There must always be a newline after the semicolon.
* [declaration-block-semicolon-space-before](http://stylelint.io/user-guide/rules/declaration-block-semicolon-space-before/): There must never be whitespace before the semicolons.
* [declaration-block-single-line-max-declarations](http://stylelint.io/user-guide/rules/declaration-block-single-line-max-declarations/): There should never be more than `1` declaration per line.
Expand Down Expand Up @@ -116,7 +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-end-of-source-newline](http://stylelint.io/user-guide/rules/no-missing-end-of-source-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)
* [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/primer/blob/master/tools/stylelint-config-primer/index.js#L272)

#### Media Feature

Expand Down
20 changes: 0 additions & 20 deletions tools/stylelint-selector-no-utility/CHANGELOG.md

This file was deleted.

0 comments on commit 1b1a236

Please sign in to comment.