Skip to content

Commit 38bf577

Browse files
Merge pull request #8 from frontendfixer/changeset-release/main
Version Packages
2 parents 8e3271c + 41ad376 commit 38bf577

File tree

5 files changed

+21
-22
lines changed

5 files changed

+21
-22
lines changed

.changeset/long-news-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-donuts-push.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/spicy-brooms-vanish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @frontendfixer/eslint-config-react
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [`8e3271c`](https://github.com/frontendfixer/-frontendfixer-eslint-config-react/commit/8e3271c9796d52662002e67d2de0aba882c16906) - ## Add stylelint for css and scss files
8+
9+
### Features
10+
11+
- Extends stylelint config with [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)
12+
- SCSS support with [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) and [postcss-scss](https://github.com/postcss/postcss-scss)
13+
- Convert all px value to rem using [stylelint-rem-over-px](https://github.com/a-tokyo/stylelint-rem-over-px)
14+
15+
### Minor Changes
16+
17+
- [`81fce6e`](https://github.com/frontendfixer/-frontendfixer-eslint-config-react/commit/81fce6e8e54674421de462cd00d2b3f3312b58d3) - add typescript rules
18+
19+
### Patch Changes
20+
21+
- [`4206e94`](https://github.com/frontendfixer/-frontendfixer-eslint-config-react/commit/4206e9422219e8a4f9a27988d96112f1268ed7ee) - add rules for 'camelcase'
22+
323
## 1.0.5
424

525
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontendfixer/eslint-config-react",
3-
"version": "1.0.5",
3+
"version": "2.0.0",
44
"description": "ESLint, Prettier and Typescript Config for React application",
55
"keywords": [
66
"javascript",

0 commit comments

Comments
 (0)