Skip to content

Commit

Permalink
fix: prettier rule
Browse files Browse the repository at this point in the history
  • Loading branch information
virgoone authored Dec 25, 2021
1 parent 88c6238 commit 387599f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,7 @@ module.exports = {
: null),
...(hasPrettier
? {
'prettier/prettier': [
'error',
{
singleQuote: true,
semi: false
}
]
'prettier/prettier': ['error']
}
: null)
}
Expand Down

0 comments on commit 387599f

Please sign in to comment.