Skip to content

Commit

Permalink
feat: fix my terrible typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvey committed Aug 23, 2023
1 parent 014c987 commit 90e6f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ module.exports = {
}
],
'no-multiple-empty-lines': [ 'warn', { max: 1 } ],
// Prejent ASI
// Prevent ASI
'semi': [ 'error', 'always' ],
'no-multi-spaces': 'warn',
'space-in-parens': [ 'warn', 'never' ],
Expand Down

0 comments on commit 90e6f2f

Please sign in to comment.