Skip to content

Commit

Permalink
Remove a double warning about console.log (#10)
Browse files Browse the repository at this point in the history
Having the other rule for detecting `console.log` was redundant
  • Loading branch information
CaspianA1 authored Jul 3, 2024
1 parent 209a0f5 commit 2a4069b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dbos-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ const baseConfig = {
rules: {
"no-eval": "error",
"@typescript-eslint/no-implied-eval": "error",
"no-console": "error",
"security/detect-unsafe-regex": "error",
"no-secrets/no-secrets": "error",
"@dbos-inc/detect-nondeterministic-calls": "error"
Expand Down Expand Up @@ -432,7 +431,7 @@ const extConfig = {
module.exports = {
meta: {
name: "@dbos-inc/eslint-plugin",
version: "1.0.4"
version: "1.0.5"
},

rules: {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbos-inc/eslint-plugin",
"version": "1.0.4",
"version": "1.0.5",
"description": "eslint plugin for DBOS SDK",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2a4069b

Please sign in to comment.