github ts-safeql/safeql @ts-safeql/eslint-plugin@3.0.1

latest releases: @ts-safeql/shared@3.3.1, @ts-safeql/test-utils@0.0.21, @ts-safeql/sql-tag@0.2.1...
2 months ago

Patch Changes

  • 74547c2: Allow importing safeql.config.ts in ESM project using the format property:

    {
      "rules": {
        "@ts-safeql/check-sql": [
          "error",
          {
            "useConfigFile": true,
            "format": "esm"
          }
        ]
      }
    }
    • @ts-safeql/generate@3.0.1
    • @ts-safeql/shared@3.0.1
    • @ts-safeql/test-utils@0.0.14

Don't miss a new safeql release

NewReleases is sending notifications on new releases.