Skip to content

Commit

Permalink
ci: disable no-magic-numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
olavis committed Sep 18, 2023
1 parent aba4e3e commit 9f126c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"max-lines-per-function": ["warn", { "max": 60, "skipBlankLines": true }],
"no-console": "warn",
"no-duplicate-imports": "error",
"no-magic-numbers": "warn",
"no-self-compare": "error",
"no-var": "error",
"prefer-const": "error",
Expand Down
1 change: 0 additions & 1 deletion src/auth/msalClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-magic-numbers */
import {
AuthenticationResult,
EventMessage,
Expand Down

0 comments on commit 9f126c7

Please sign in to comment.