Skip to content

Commit 5adaf41

Browse files
authored
Merge pull request #45 from netlify/chore/429
Add `429` to `no-magic-numbers`
2 parents 317aafb + 05084fe commit 5adaf41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ module.exports = {
8585
404,
8686
410,
8787
422,
88+
429,
8889
500,
8990
],
9091
enforceConst: true,

0 commit comments

Comments
 (0)