Skip to content

Latest commit

 

History

History
91 lines (70 loc) · 2.47 KB

eslint-plugin-tslint.md

File metadata and controls

91 lines (70 loc) · 2.47 KB
name about title labels assignees
@typescript-eslint/eslint-plugin-tslint
Report an issue with the '@typescript-eslint/eslint-plugin-tslint' package
package: eslint-plugin-tslint, triage
  • I have tried restarting my IDE and the issue persists.
  • I have updated to the latest version of the packages.
  • I have read the FAQ and my problem is not listed.

Repro

{
  "rules": {
    "@typescript-eslint/tslint/config": ["warn", {
      "rules": {
        "rule": "setting",
      },
      "rulesDirectory": [
        "node_modules/foo"
      ]
    }],
  }
}
// your repro code case

Expected Result

Actual Result

Additional Info

Versions

package version
@typescript-eslint/eslint-plugin-tslint X.Y.Z
@typescript-eslint/parser X.Y.Z
TypeScript X.Y.Z
ESLint X.Y.Z
node X.Y.Z