Skip to content

Commit

Permalink
fixed: change quotes rule from error to warn and applied linting acro…
Browse files Browse the repository at this point in the history
…ss codebase
  • Loading branch information
mokshith-moksh committed Oct 23, 2024
1 parent 14becf3 commit fe6cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
},
rules: {
quotes: [
'error',
'warn',
'single',
{ avoidEscape: true, allowTemplateLiterals: true }
],
Expand Down

0 comments on commit fe6cfdb

Please sign in to comment.