Skip to content

Commit f1d1ab5

Browse files
committed
chore: bump v0.5.0 to v0.5.1
1 parent 72f0be1 commit f1d1ab5

File tree

4 files changed

+315
-449
lines changed

4 files changed

+315
-449
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.5.1] - 2022-01-08
2+
3+
- stylelint 配置添加 `scss/at-rule-no-unknown` 添加 `ignoreAtRules`
4+
15
## [0.5.0] - 2021-12-01
26

37
- 移除 `eslint-plugin-jsx-a11y`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prefer-code-style",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A collection of configuration files containing prettier, eslint, stylelint",
55
"keywords": [
66
"code lint",
@@ -48,7 +48,7 @@
4848
"eslint-plugin-import": "^2.25.2",
4949
"eslint-plugin-prettier": "^4.0.0",
5050
"eslint-plugin-react": "^7.26.1",
51-
"eslint-plugin-react-hooks": "^4.2.1-alpha-9c8161ba8-20211028",
51+
"eslint-plugin-react-hooks": "^4.3.0",
5252
"eslint-plugin-simple-import-sort": "^7.0.0",
5353
"prettier": "^2.4.1",
5454
"stylelint": "^14.0.1",

src/stylelint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
'scss/at-rule-no-unknown': [
1313
true,
1414
{
15-
ignoreAtRules: ['tailwind'],
15+
ignoreAtRules: ['tailwind', 'apply', 'layer', 'import', 'screen'],
1616
},
1717
],
1818
'color-function-notation': 'legacy',

0 commit comments

Comments
 (0)