Skip to content

Commit d0a8bf1

Browse files
committedSep 12, 2022
fix: prettier warn
1 parent 6f9fc59 commit d0a8bf1

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
'next/core-web-vitals',
1818
],
1919
rules: {
20-
'prettier/prettier': 'error',
20+
'prettier/prettier': 1,
2121
'react/react-in-jsx-scope': 'off',
2222
'jsx-a11y/anchor-is-valid': [
2323
'error',
Binary file not shown.
Loading

1 commit comments

Comments
 (1)
Please sign in to comment.