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 +1 -0
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/.DS_Store +0 -0
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
package/package.json
CHANGED
package/.DS_Store
DELETED
|
Binary file
|