@zpcscc/configs 3.0.5 → 3.0.6

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.
@@ -178,11 +178,7 @@ module.exports = {
178
178
  'keyword-spacing': ['error'],
179
179
  'lines-between-class-members': 'off',
180
180
  'max-classes-per-file': 'off',
181
- 'max-len': ['error', {
182
- code: 180,
183
- ignoreComments: true,
184
- ignoreRegExpLiterals: true
185
- }],
181
+ 'max-len': 'off',
186
182
  'no-bitwise': ['error'],
187
183
  'no-class-assign': ['error'],
188
184
  'no-cond-assign': ['error', 'except-parens'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zpcscc/configs",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "项目通用配置",
5
5
  "keywords": [
6
6
  "commitlint",