ci: add prettier format check (#2908)

This commit is contained in:
Alex Yang
2023-06-29 12:13:35 +08:00
committed by GitHub
parent 2c95bfcc3d
commit e08ee9b7ff
9 changed files with 78 additions and 60 deletions
+1
View File
@@ -65,6 +65,7 @@ const config = {
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:@typescript-eslint/recommended',
'prettier',
],
parser: '@typescript-eslint/parser',
parserOptions: {