UNPKG

@dbml/connector

Version:

This package was created to fetch the schema JSON from many kind of databases.

25 lines (24 loc) 526 B
{ "extends": [ "plugin:@typescript-eslint/recommended" ], "parser": "@typescript-eslint/parser", "parserOptions": { "sourceType": "module", "ecmaVersion": 2020, "project": "./tsconfig.json" }, "settings": { "import/resolver": { "typescript": { "alwaysTryTypes": true, "project": "packages/*/{ts,js}config.json" } } }, "plugins": ["@typescript-eslint"], "ignorePatterns": ["**/*.test.ts"], "rules": { "@typescript-eslint/no-explicit-any": "off" } }