Skip to content

Commit

Permalink
fix: chg log linter rule to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeTorrealba committed May 29, 2023
1 parent 994efaa commit 18eeb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
ignorePatterns: ['**/*.test.ts', 'packages/**/dist', 'package.json'],
rules: {
'arrow-parens': ['error', 'as-needed'],
'no-console': 'error',
'no-console': 'warn',
'comma-dangle': 'off',
'space-before-function-paren': 'off',
'max-len': [1, { code: 120 }],
Expand Down

0 comments on commit 18eeb72

Please sign in to comment.