Skip to content

Commit 0bb9054

Browse files
chore(deps): lock file maintenance (#180)
1 parent eb68a13 commit 0bb9054

File tree

2 files changed

+142
-172
lines changed

2 files changed

+142
-172
lines changed

.eslintrc.js

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,9 @@ module.exports = {
6464
{
6565
ignore: [
6666
// Common small numbers
67-
-2,
68-
-1,
69-
0,
70-
1,
71-
2,
72-
3,
67+
-2, -1, 0, 1, 2, 3,
7368
// HTTP statuses
74-
200,
75-
201,
76-
202,
77-
204,
78-
300,
79-
301,
80-
400,
81-
401,
82-
403,
83-
404,
84-
410,
85-
422,
86-
429,
87-
500,
69+
200, 201, 202, 204, 300, 301, 400, 401, 403, 404, 410, 422, 429, 500,
8870
],
8971
enforceConst: true,
9072
detectObjects: true,

0 commit comments

Comments
 (0)