ko-lint-config 2.2.16 → 2.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js CHANGED
@@ -113,7 +113,7 @@ module.exports = {
113
113
  // 函数括号前的空格
114
114
  2,
115
115
  {
116
- anonymous: 'always', // 匿名函数表达式,例如 function () {}
116
+ anonymous: 'always', // 匿名函数表达式,例如 function () {} 需要 prettier@2.7.1
117
117
  named: 'never', // 命名函数表达式,例如 function foo () {}
118
118
  asyncArrow: 'always', // 异步箭头函数表达式,例如 async () => {}
119
119
  },
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # ko-lint-config
2
2
 
3
+ ## 2.2.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 2f66429b: space-before-function-paren
8
+
9
+ ## 2.2.17
10
+
11
+ ### Patch Changes
12
+
13
+ - 7a0c20ff: space-before-function-paren anonymous
14
+
3
15
  ## 2.2.16
4
16
 
5
17
  ### Patch Changes
package/README_CN.md CHANGED
@@ -35,7 +35,7 @@
35
35
  ## 安装
36
36
 
37
37
  ``` bash
38
- pnpm add ko-lint-config -D
38
+ pnpm add ko-lint-config@lastest -D
39
39
  ```
40
40
 
41
41
  ## 使用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ko-lint-config",
3
- "version": "2.2.16",
3
+ "version": "2.2.18",
4
4
  "description": "lint configs about eslint stylelint and prettier",
5
5
  "main": "index.js",
6
6
  "files": [