@lenne.tech/eslint-config-angular 0.0.4 → 0.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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -102,6 +102,8 @@ module.exports = {
102
102
  // normal
103
103
  "no-console": ["error", { allow: ["info", "debug", "warn", "error"] }], // Disallows or restricts the use of certain console methods
104
104
  "prefer-template": "error",
105
+ curly: ["error"],
106
+ "max-statements-per-line": ["error", { max: 1 }],
105
107
 
106
108
  // off
107
109
  // TS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenne.tech/eslint-config-angular",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "ESLint config of lenne.Tech for Angular",
5
5
  "license": "MIT",
6
6
  "keywords": [