Skip to content

Commit 0f52b0a

Browse files
committed
chore: fix eslint file
1 parent 8f4badd commit 0f52b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module.exports = {
9191
'no-this-before-super': 'warn',
9292
'no-throw-literal': 'warn',
9393
'no-unexpected-multiline': 'warn',
94-
'no-unreachable': 'wa' + 'rn',
94+
'no-unreachable': 'warn',
9595
'no-unused-expressions': [
9696
'error',
9797
{

0 commit comments

Comments
 (0)