UNPKG

@clickup/pg-mig

Version:

PostgreSQL schema migration tool with microsharding and clustering support

10 lines (9 loc) 307 B
"use strict"; module.exports = require("./.eslintrc.base.js")(__dirname, { "import/no-extraneous-dependencies": "error", "@typescript-eslint/explicit-function-return-type": [ "error", { allowExpressions: true, allowedNames: ["configure"] }, ], "lodash/import-scope": ["error", "method"] });