@labeg/code-style 2.0.57 → 2.0.59

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/.eslintrc.js +2 -0
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -68,5 +68,7 @@ module.exports = {
68
68
  "@typescript-eslint/naming-convention": "off", // bad with react func components
69
69
  "@typescript-eslint/no-confusing-void-expression": "off", // more nice
70
70
  "@typescript-eslint/member-ordering": "off", // need correct priority
71
+
72
+ "@typescript-eslint/keyword-spacing": "off" // bug, remove later
71
73
  }
72
74
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labeg/code-style",
3
- "version": "2.0.57",
3
+ "version": "2.0.59",
4
4
  "scripts": {
5
5
  "prepublishOnly": "npm version patch"
6
6
  },