gund/eslint-plugin-deprecation

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
  "parser": "@typescript-eslint/parser",
  "parserOptions": {
    "ecmaVersion": 2020,
    "sourceType": "module",
    "project": "./tsconfig.json"
  },
  // "plugins": ["@typescript-eslint", "deprecation"],
  "rules": {
    // "deprecation/deprecation": "warn"
  }
}