manage-client 4.1.79-yangchunboneng → 4.1.80

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
@@ -15,8 +15,6 @@ module.exports = {
15
15
  // allow debugger during development
16
16
  'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
17
17
  // 必须使用全等
18
- 'eqeqeq': 0,
19
- "import/no-unresolved": ["error", { "caseSensitive": true }],
20
- "camelcase": "off"
18
+ 'eqeqeq': 0
21
19
  }
22
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.79-yangchunboneng",
3
+ "version": "4.1.80",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {