Skip to content

Commit

Permalink
Merge branch 'master' into sort-interface-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
timkraut committed Feb 13, 2019
2 parents 7543ba0 + 929189b commit 65d2272
Show file tree
Hide file tree
Showing 17 changed files with 92,241 additions and 280,888 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,4 +58,4 @@ COMING SOON!

## License

TypeScript ESLint inherits from the the original TypeScript ESLint Parser license, as the majority of the work began there. It is licensed under a permissive BSD 2-clause license.
TypeScript ESLint inherits from the original TypeScript ESLint Parser license, as the majority of the work began there. It is licensed under a permissive BSD 2-clause license.
7 changes: 6 additions & 1 deletion packages/eslint-plugin-tslint/README.md
Expand Up @@ -25,9 +25,12 @@ Configure in your eslint config file:
"plugins": [
"@typescript-eslint/tslint"
],
"parserOptions": {
"project": "tsconfig.json",
},
"rules": {
"@typescript-eslint/tslint/config": ["warn", {
"lintFile": '', // path to tslint.json of your project
"lintFile": "", // path to tslint.json of your project
"rules": {
// tslint rules (will be used if `lintFile` is not specified)
},
Expand All @@ -39,6 +42,8 @@ Configure in your eslint config file:
}
```

**Note:** The ability to automatically fix problems with `--fix` is unavailable for tslint rules loaded with this plugin.

## Rules

Plugin contains only single rule `@typescript-eslint/tslint/config`.
Expand Down

0 comments on commit 65d2272

Please sign in to comment.