@ithinkdt/lint 4.1.4 → 4.1.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/base.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ithinkdt/lint",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "type": "module",
5
5
  "description": "iThinkDT 项目的 ESLint、StyleLint 配置",
6
6
  "keywords": [
package/src/base.js CHANGED
@@ -231,7 +231,7 @@ export function base({ stylistic: stylisticOptions, inCI }) {
231
231
 
232
232
  'unicorn/no-unnecessary-boolean-comparison': 'off',
233
233
 
234
- 'unicorn/prefer-async': 'off',
234
+ 'unicorn/prefer-at': 'off',
235
235
 
236
236
  // vue 中 this 会误报
237
237
  'unicorn/no-this-outside-of-class': 'off',