|
1 | 1 | # Stylelint Stylistic Config |
2 | 2 |
|
3 | | -[![Test Status][test-image]][test-url] |
4 | 3 | [![License: MIT][license-image]][license-url] |
| 4 | +[![Changelog][changelog-image]][changelog-url] |
5 | 5 | [![NPM version][npm-image]][npm-url] |
6 | | -[![Vulnerabilities count][vulnerabilities-image]][vulnerabilities-url] |
| 6 | +[![Test Status][test-image]][test-url] |
7 | 7 |
|
8 | 8 | > The stylistic shareable config for Stylelint. |
9 | 9 |
|
@@ -79,19 +79,14 @@ Please refer to [Stylelint docs](https://stylelint.io/user-guide/get-started) f |
79 | 79 |
|
80 | 80 | ESLint deprecates stylistic rules, too. But you can continue to use them thanks to [ESLint Stylistic](https://eslint.style). |
81 | 81 |
|
82 | | -## Important documents |
83 | | - |
84 | | -- [Changelog](https://github.com/stylelint-stylistic/stylelint-config/blob/main/CHANGELOG.md) |
85 | | -- [License](./LICENSE) |
86 | | - |
87 | | -[test-url]: https://github.com/stylelint-stylistic/stylelint-config/actions |
88 | | -[test-image]: https://github.com/stylelint-stylistic/stylelint-config/actions/workflows/test.yml/badge.svg?branch=main |
| 82 | +[license-url]: https://github.com/stylelint-stylistic/stylelint-config/blob/main/LICENSE.md |
| 83 | +[license-image]: https://img.shields.io/badge/License-MIT-limegreen.svg |
89 | 84 |
|
90 | | -[npm-url]: https://www.npmjs.com/package/@stylistic/stylelint-config |
91 | | -[npm-image]: https://img.shields.io/npm/v/@stylistic/stylelint-config?logo=npm&logoColor=fff |
| 85 | +[changelog-url]: https://github.com/stylelint-stylistic/stylelint-config/blob/main/CHANGELOG.md |
| 86 | +[changelog-image]: https://img.shields.io/badge/Change-log-limegreen |
92 | 87 |
|
93 | | -[license-url]: https://github.com/stylelint-stylistic/stylelint-config/blob/main/LICENSE |
94 | | -[license-image]: https://img.shields.io/badge/License-MIT-limegreen.svg |
| 88 | +[npm-url]: https://npmjs.org/package/@stylistic/stylelint-config |
| 89 | +[npm-image]: https://badge.fury.io/js/@stylistic%2Fstylelint-config.svg |
95 | 90 |
|
96 | | -[vulnerabilities-url]: https://snyk.io/test/github/stylelint-stylistic/stylelint-config |
97 | | -[vulnerabilities-image]: https://snyk.io/test/github/stylelint-stylistic/stylelint-config/badge.svg |
| 91 | +[test-url]: https://github.com/stylelint-stylistic/stylelint-config/actions |
| 92 | +[test-image]: https://github.com/stylelint-stylistic/stylelint-config/actions/workflows/test.yaml/badge.svg?branch=main |
0 commit comments