Skip to content

Commit b9a528c

Browse files
authored
eslintrc: update prettier base config (brianc#3077)
Co-authored-by: alxndrsn <alxndrsn>
1 parent b1a8947 commit b9a528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"plugins": ["prettier"],
33
"parser": "@typescript-eslint/parser",
4-
"extends": ["plugin:prettier/recommended", "prettier/@typescript-eslint"],
4+
"extends": ["plugin:prettier/recommended", "prettier"],
55
"ignorePatterns": ["node_modules", "coverage", "packages/pg-protocol/dist/**/*", "packages/pg-query-stream/dist/**/*"],
66
"parserOptions": {
77
"ecmaVersion": 2017,

0 commit comments

Comments
 (0)