Marcin K
78a14a164d
feat(): pg-query-stream typescript ( #2376 )
...
* feat(): start converting pg-query stream
* feat(): solution project, initial version of typescript-pg-query stream
* chore(): mocha with typescript
* fix(): eslint ignore query stream dist
* refactor(pg-query-stream): convert test to ts
* chore(): fixed type errors
* chore(): fix helper usage
* chore(): use ts-node compatibile with node v8
* fix(): addd es extension
* chore(): remove emitClose and added compilation for async iterators
* chore(): condition for asyc iteration test
* chore(): rename class to match ts-defs
* chore(): tests to import from src instead of dist
* chore(): remove prettier from peer deps:
* chore(): update lock file
2020-11-03 11:17:49 -06:00
Brian M. Carlson
16344cbfcd
Update test command for travis
...
I think the new syntax I'm using here is compatible with `sh`...let's see.
2020-04-28 10:07:12 -05:00
Brian M. Carlson
c13cf81ee8
Lint pg & turn off semicolons
2020-04-10 10:47:57 -05:00
Brian M. Carlson
6adbcabf50
lint pg-protcol
2020-04-10 10:43:54 -05:00
Brian M. Carlson
cb928ded2a
Prettier pg-query-stream
2020-04-10 10:34:34 -05:00
Brian M. Carlson
a8471aa54b
Set up prettier in workspace dir
2020-04-10 10:29:13 -05:00
Brian M. Carlson
766e48f34a
Update types & move some configs around
2019-12-27 02:55:18 +00:00
Brian M. Carlson
423baa644a
Update lint rules for pg-cursor
2019-12-18 13:42:47 -06:00
Sehrope Sarkuni
3ead900349
Fix eslint and add back standard ( #1928 )
...
* lint: Enable standard rules again
* lint: Replace hasOwnProperty(...) call
* lint: Remove trailing spaces
* lint: Remove spaces within array brackets
* lint: Disable quote-props to silence linter
* lint: Skip linting on older node versions
2019-07-25 13:00:14 -05:00
Sehrope Sarkuni
8ba1d2c572
Enable eslint:recommended and plugin/node/recommended ( #1856 )
...
* Fix typo
* Enable eslint:recommended and remove unused eslint plugins
Enables eslint:recommended by disabling the options that would not pass. Also removes
dependencies for included but unused eslint plugins.
* Convert console.error(...) calls to use %s placeholders
* Enable eslint no-console rule
* Add and enable eslint-node-plugin
* Correct typo
* Enable eslint no-unused-vars
2019-05-10 12:23:49 -05:00
Brian C
8798e50ad3
Re-enable eslint with standard format ( #1367 )
...
* Work on converting lib to standard
* Finish updating lib
* Finish linting lib
* Format test files
* Add .eslintrc with standard format
* Supply full path to eslint bin
* Move lint command to package.json
* Add eslint as dev dependency
2017-07-15 12:05:58 -05:00