Skip to content

Commit 12c6a34

Browse files
committed
build: updated eslint rules
1 parent 4868188 commit 12c6a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/eslint-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ module.exports = {
173173
"no-unused-expressions": "off",
174174
"@typescript-eslint/no-unused-expressions": "error",
175175
"no-magic-numbers": "off",
176-
"@typescript-eslint/no-magic-numbers": "error"
176+
"@typescript-eslint/no-magic-numbers": [ "error", { ignoreEnums: true, ignoreNumericLiteralTypes: true } ],
177177
}
178178
};

0 commit comments

Comments
 (0)