Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 5049a64

Browse files
committed
fix(base): warn about no-magic-numbers instead of erroring
1 parent 0654575 commit 5049a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
{boolean: true, number: true, string: true},
2626
],
2727
'no-magic-numbers': [
28-
'error',
28+
'warn',
2929
{
3030
ignore: [-1, 0, 1],
3131
ignoreArrayIndexes: true,

0 commit comments

Comments
 (0)