We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e585c44 commit 4819363Copy full SHA for 4819363
3 files changed
packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @molao-ui/eslint-config
2
3
+## 4.0.8
4
+
5
+### Patch Changes
6
7
+- fix prop name
8
9
## 4.0.7
10
11
### Patch Changes
packages/eslint-config/index.js
@@ -112,7 +112,7 @@ module.exports = {
112
order: 'asc'
113
}
114
],
115
- 'perfectionist/sort-map-elements': [
+ 'perfectionist/sort-maps': [
116
'error',
117
{
118
type: 'line-length',
packages/eslint-config/package.json
@@ -22,5 +22,5 @@
22
"license": "ISC",
23
"main": "index.js",
24
"name": "@molao-ui/eslint-config",
25
- "version": "4.0.7"
+ "version": "4.0.8"
26
0 commit comments