mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
eslintrc: update prettier base config (#3077)
Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
parent
b1a8947738
commit
b9a528cb3b
@ -1,7 +1,7 @@
|
||||
{
|
||||
"plugins": ["prettier"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"extends": ["plugin:prettier/recommended", "prettier/@typescript-eslint"],
|
||||
"extends": ["plugin:prettier/recommended", "prettier"],
|
||||
"ignorePatterns": ["node_modules", "coverage", "packages/pg-protocol/dist/**/*", "packages/pg-query-stream/dist/**/*"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user