ko-lint-config 2.2.3 → 2.2.4

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/.DS_Store ADDED
Binary file
package/.eslintrc.js CHANGED
@@ -129,6 +129,7 @@ module.exports = {
129
129
  'no-debugger': 2,
130
130
  'no-param-reassign': 2, // 给函数的入参赋值
131
131
  'no-use-before-define': 0, // 使用尚未声明的变量
132
+ 'no-async-promise-executor': 1, // new Promise 构造函数中有 async
132
133
 
133
134
  'import/no-extraneous-dependencies': 0,
134
135
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # ko-lint-config
2
2
 
3
+ ## 2.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 25de5d7e: update eslint rules
8
+
3
9
  ## 2.2.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ko-lint-config",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "lint configs about eslint stylelint and prettier",
5
5
  "main": "index.js",
6
6
  "files": [