{
  "name": "tslint-config-eslint",
  "version": "0.6.2",
  "description": "Yet another TSLint Configuration which disables all rules which has been handled by `eslint` or `@typescript-eslint`.",
  "repository": "git+https://github.com/rx-ts/tslint-config-eslint.git",
  "author": "JounQin <admin@1stg.me>",
  "license": "MIT",
  "main": "base.json",
  "files": [
    "angular.json",
    "base.json",
    "prettier.json",
    "rules.d.ts",
    "rules.js",
    "sonar.json",
    "sonarjs.json"
  ],
  "peerDependencies": {
    "@angular-eslint/eslint-plugin": "^12.0.0",
    "@typescript-eslint/eslint-plugin": ">=3.0.0",
    "eslint-plugin-sonar": ">=0.5.0",
    "eslint-plugin-sonarjs": ">=0.7.0",
    "tslint": ">=5.0.0",
    "typescript": ">=3.0.0"
  },
  "peerDependenciesMeta": {
    "@angular-eslint/eslint-plugin": {
      "optional": true
    },
    "eslint-plugin-sonar": {
      "optional": true
    },
    "eslint-plugin-sonarjs": {
      "optional": true
    }
  }
}
