ko-lint-config 2.2.20 → 2.2.21

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
@@ -202,6 +202,7 @@ module.exports = {
202
202
  '@typescript-eslint/interface-name-prefix': 0,
203
203
  '@typescript-eslint/no-empty-interface': 0,
204
204
  '@typescript-eslint/ban-types': 0,
205
+ '@typescript-eslint/ban-ts-comment': 1,
205
206
  '@typescript-eslint/no-empty-function': 0, // 允许函数内容为空
206
207
  '@typescript-eslint/no-this-alias': [
207
208
  // 允许 this 别名
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # ko-lint-config
2
2
 
3
+ ## 2.2.21
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f809f46: eslint ts-ignore warning
8
+
3
9
  ## 2.2.20
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.20",
3
+ "version": "2.2.21",
4
4
  "description": "lint configs about eslint stylelint and prettier",
5
5
  "main": "index.js",
6
6
  "files": [
package/.DS_Store DELETED
Binary file