Skip to content

Commit

Permalink
Update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Jun 21, 2024
1 parent 9d56888 commit d0dc384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-plugin-obsidian/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
],
"rules": {
"no-console":"off",
"no-multi-spaces": "error",
"no-multiple-empty-lines": ["error", { "max": 1 }],
"@stylistic/max-len": [
"error",
{
Expand Down

0 comments on commit d0dc384

Please sign in to comment.