Skip to content

Commit

Permalink
1. 修正stylelint一些默认规则;
Browse files Browse the repository at this point in the history
  • Loading branch information
benyasin authored and benyasin committed Jul 7, 2021
1 parent 1e06250 commit 944a84b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ For a complete usage example, please refer to this [react-snowpack](https://gith

# Changelog

1.0.12

* fix stylelint some default rules

1.0.11

* add ESLint support for Typescript 3.8+ `import type` syntax
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ module.exports = {

# 更新日志

1.0.12

* 修正stylelint一些默认规则

1.0.11

* 添加 eslint 对 typescript 3.8+ 新语法 `import type`的支持
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-specification-unid",
"version": "1.0.11",
"version": "1.0.12",
"description": "A collection of configuration files containing prettier, eslint, stylelint, husky, lint-staged, commitlint",
"keywords": [
"eslint",
Expand Down
1 change: 0 additions & 1 deletion src/stylelint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module.exports = {
]
}
],
"scss/declaration-nested-properties": "never",
"scss/no-duplicate-mixins": true,

'selector-pseudo-class-no-unknown': [
Expand Down

0 comments on commit 944a84b

Please sign in to comment.