@vellone/techsak 1.1.0-1 → 1.1.0-2
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.json +0 -2
- package/package.json +1 -1
package/.eslintrc.json
CHANGED
|
@@ -37,8 +37,6 @@
|
|
|
37
37
|
"no-useless-computed-key": "error",
|
|
38
38
|
"quote-props": ["error", "as-needed"],
|
|
39
39
|
"no-unused-expressions": "error",
|
|
40
|
-
// Queria na verdade configurar que "ou é tudo em uma linha ou é tudo em várias linhas", mas não consegui.
|
|
41
|
-
// Esse foi o mais próximo disso que consegui
|
|
42
40
|
"object-curly-newline": ["error", {
|
|
43
41
|
"ObjectExpression": { "multiline": true, "minProperties": 5, "consistent": true },
|
|
44
42
|
"ObjectPattern": { "multiline": true, "minProperties": 5, "consistent": true },
|