Skip to content

Commit

Permalink
chore: tune down some linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
prlanzarin committed May 12, 2022
1 parent 946b2cb commit 1284157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ extends: eslint:recommended
parserOptions:
ecmaVersion: 13
rules:
no-console: "error"
consistent-return: "error"
no-console: "warn"
consistent-return: "warn"
no-trailing-spaces: "warn"
no-whitespace-before-property: "warn"
no-multiple-empty-lines: ["warn", { max: 1 }]

0 comments on commit 1284157

Please sign in to comment.