Skip to content

Commit 084b1a2

Browse files
committed
Unify lint
1 parent 8607302 commit 084b1a2

File tree

3 files changed

+20
-400
lines changed

3 files changed

+20
-400
lines changed

packages/pg-query-stream/.eslintrc

-9
This file was deleted.

packages/pg-query-stream/package.json

+2-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Postgres query result returned as readable stream",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha"
7+
"test": "mocha",
8+
"lint": "eslint ."
89
},
910
"repository": {
1011
"type": "git",
@@ -24,25 +25,13 @@
2425
"devDependencies": {
2526
"JSONStream": "~0.7.1",
2627
"concat-stream": "~1.0.1",
27-
"eslint": "^4.4.0",
28-
"eslint-config-standard": "^10.2.1",
29-
"eslint-plugin-import": "^2.7.0",
30-
"eslint-plugin-node": "^5.1.1",
3128
"eslint-plugin-promise": "^3.5.0",
32-
"eslint-plugin-standard": "^3.0.1",
3329
"mocha": "^6.2.2",
3430
"pg": "^7.5.0",
35-
"prettier": "^1.18.2",
3631
"stream-spec": "~0.3.5",
3732
"stream-tester": "0.0.5",
3833
"through": "~2.3.4"
3934
},
40-
"prettier": {
41-
"semi": false,
42-
"printWidth": 120,
43-
"trailingComma": "es5",
44-
"singleQuote": true
45-
},
4635
"dependencies": {
4736
"pg-cursor": "^2.0.1"
4837
}

0 commit comments

Comments
 (0)