Bump a package version
# version 1.0.0
$ npm version major # 2.0.0
$ npm version premajor # 2.0.0-0
module.exports = { | |
settings: { | |
// optionally, if TypeScript project: | |
// 'import/parsers': { | |
// '@typescript-eslint/parser': ['.ts', '.tsx'], | |
// }, | |
'import/resolver': { | |
// optionally, if TypeScript project: | |
// https://github.com/alexgorbatchev/eslint-import-resolver-typescript | |
// typescript: { |
A list of query-builders and other SQL query and/or schema abstractions.
Libraries with no activity for 2+ years will be considered "dead", as these are not keeping up with the language or ecosystem - but they may be added and may remain on the list, if they contain different or interesting ideas.
from(books).where(books.author.lower().like('%bob')
and similar.