Skip to content

Commit ca25d3e

Browse files
committed
fix(style): update prettier config
1 parent 78a8b0c commit ca25d3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parser: '@typescript-eslint/parser'
22
extends:
33
- plugin:@typescript-eslint/recommended
4-
- prettier
4+
- plugin:prettier/recommended
55

66
plugins:
77
- simple-import-sort

template/.eslintrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parser: '@typescript-eslint/parser'
22
extends:
33
- plugin:@typescript-eslint/recommended
4-
- prettier
4+
- plugin:prettier/recommended
55

66
plugins:
77
- simple-import-sort

0 commit comments

Comments
 (0)