Skip to content

Commit

Permalink
refactor(eslint): change errors to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
naaajii authored and bbortt committed May 16, 2023
1 parent 68a0e49 commit 4ac0854
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"style": "camelCase",
"type": "attribute"
}
]
],
"no-unused-vars": "warn",
"no-undef": "warn",
"no-self-assign": "warn"
}
},
{
Expand Down

0 comments on commit 4ac0854

Please sign in to comment.