askirmas/postcss-d-ts

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
  "json.schemas": [
    {
      "fileMatch": [
        "jest.config.json"
      ],
      "url": "https://askirmas.github.io/jest.schema.json"
    },
    {
      "fileMatch": [
        "postcss-d-ts.config.json"
      ],
      "url": "./src/schema.json"
    }
  ],
  "sonarlint.testFilePattern": "{**/*.test.*, **/*.spec.*}",
  "deepscan.enable": true
}