diff --git a/.changeset/thick-ladybugs-raise.md b/.changeset/thick-ladybugs-raise.md new file mode 100644 index 00000000..3459cd6f --- /dev/null +++ b/.changeset/thick-ladybugs-raise.md @@ -0,0 +1,6 @@ +--- +"@nf-team/stylelint-config": patch +"docs": patch +--- + +docs(@nf-team/stylelint-config): update readme diff --git a/README.md b/README.md index 899c0bdf..e798da2b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ - [npm](https://www.npmjs.com/package/@nf-team/core) - [@nf-team/eslint-config](https://github.com/mbti-nf-team/frontend-libraries/tree/main/packages/eslint) - [npm](https://www.npmjs.com/package/@nf-team/eslint-config) +- [@nf-team/stylelint-config](https://github.com/mbti-nf-team/frontend-libraries/tree/main/packages/stylelint) + - [npm](https://www.npmjs.com/package/@nf-team/stylelint-config) [Check out our @nf-team frontend libraries docs.](https://mbti-nf-team.github.io/frontend-libraries/) diff --git a/apps/docs/docs/stylelint-config/index.md b/apps/docs/docs/stylelint-config/index.md index 856cf7ce..42501ab1 100644 --- a/apps/docs/docs/stylelint-config/index.md +++ b/apps/docs/docs/stylelint-config/index.md @@ -35,12 +35,12 @@ module.exports = { }; ``` -## 🤔 What eslint extensions does `@nf-team/stylelint-config` have? +## 🤔 What stylelint extensions does `@nf-team/stylelint-config` have? - [stylelint-config-standard](https://www.npmjs.com/package/eslint-config-airbnb) - [stylelint-config-standard-scss](https://www.npmjs.com/package/eslint-config-airbnb-typescript) - [stylelint-config-recommended-scss](https://www.npmjs.com/package/eslint-plugin-react) -[View more dependencies..](https://github.com/mbti-nf-team/frontend-libraries/blob/main/packages/stylelint/packagea.json) +[View more dependencies..](https://github.com/mbti-nf-team/frontend-libraries/blob/main/packages/stylelint/package.json) ## 🐛 Bug reporting [Issues](https://github.com/mbti-nf-team/frontend-libraries/issues) diff --git a/packages/stylelint/README.md b/packages/stylelint/README.md index 6d91fdd0..c2cae2b4 100644 --- a/packages/stylelint/README.md +++ b/packages/stylelint/README.md @@ -27,12 +27,12 @@ module.exports = { }; ``` -## 🤔 What eslint extensions does `@nf-team/stylelint-config` have? +## 🤔 What stylelint extensions does `@nf-team/stylelint-config` have? - [stylelint-config-standard](https://www.npmjs.com/package/eslint-config-airbnb) - [stylelint-config-standard-scss](https://www.npmjs.com/package/eslint-config-airbnb-typescript) - [stylelint-config-recommended-scss](https://www.npmjs.com/package/eslint-plugin-react) -[View more dependencies..](https://github.com/mbti-nf-team/frontend-libraries/blob/main/packages/stylelint/packagea.json) +[View more dependencies..](https://github.com/mbti-nf-team/frontend-libraries/blob/main/packages/stylelint/package.json) ## 🐛 Bug reporting [Issues](https://github.com/mbti-nf-team/frontend-libraries/issues)