Skip to content

Commit

Permalink
Merge pull request #68 from mbti-nf-team/docs/update-stylelint-readme
Browse files Browse the repository at this point in the history
docs(@nf-team/stylint-config): fix typo readme.md
  • Loading branch information
saseungmin authored Jan 3, 2024
2 parents 8d485f4 + a79110d commit 4d5a48a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/thick-ladybugs-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@nf-team/stylelint-config": patch
"docs": patch
---

docs(@nf-team/stylelint-config): update readme
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/docs/stylelint-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d5a48a

Please sign in to comment.