Skip to content

Commit

Permalink
fix: chg log linter rule to warn
Browse files Browse the repository at this point in the history
JaimeTorrealba committed May 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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 }],

0 comments on commit 18eeb72

Please sign in to comment.