Skip to content

Commit

Permalink
Merge pull request #82 from atmina/no-console
Browse files Browse the repository at this point in the history
feat: add no-console rule
  • Loading branch information
mvarendorff2 authored Sep 7, 2023
2 parents 7bcc417 + c041661 commit 6506f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ module.exports = {
alphabetize: {order: 'asc', caseInsensitive: true},
},
],
'no-console': ['error', {allow: ['info', 'warn', 'error']}],
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atmina/linting",
"version": "1.0.6",
"version": "1.0.7",
"description": "A collection of opinionated in-house linting rules.",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 6506f29

Please sign in to comment.