mm_statics 1.5.3 → 1.5.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 (3) hide show
  1. package/eslint.config.js +0 -3
  2. package/index.js +641 -1150
  3. package/package.json +4 -3
package/eslint.config.js CHANGED
@@ -32,11 +32,8 @@ module.exports = [
32
32
  'naming-convention/method-name': 'error',
33
33
  'naming-convention/variable-name': 'warn',
34
34
  'naming-convention/constant-name': 'error',
35
- 'naming-convention/private-method-naming': 'warn',
36
- 'naming-convention/private-variable-naming': 'warn',
37
35
  'naming-convention/param-name': 'error', // 启用入参名规则
38
36
  'naming-convention/property-name': 'warn',
39
- 'naming-convention/instance-property': 'warn',
40
37
 
41
38
  // 禁用与命名规范插件冲突的默认规则
42
39
  'camelcase': 'off',