Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .eslintrc.json #5268

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update .eslintrc.json
Removing duplicate "no-console"
  • Loading branch information
ArtursKadikis committed May 27, 2024
commit 2c7c6715dba362d2aa9e65d573cd8df97e323de7
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@
"for-direction": [
"off"
],
"no-console": [
"off"
],
"no-control-regex": [
"off"
],
Expand Down Expand Up @@ -343,4 +340,4 @@
}
}
]
}
}
Loading