You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
- corrected ```rulesDirectory``` resolving. ```rulesDirectory``` from settings have to be absolute path [092dbc6b](https://github.com/AtomLinter/linter-tslint/commit/092dbc6be5e89d10ed8f8abfd63b3b5cde365c65) ([arusakov](https://github.com/arusakov))
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,16 @@ On first activation the plugin will install all dependencies automatically, you
12
12
$ apm install linter-tslint
13
13
```
14
14
15
+
## Settings
16
+
You can configure linter-tslint by editing `~/.atom/config.cson` (choose Config... in Atom menu):
17
+
```coffee
18
+
'linter-tslint':
19
+
# Custom rules directory (absolute path)
20
+
rulesDirectory:"/path/to/rules"
21
+
# Try using the local tslint package (if exist)
22
+
useLocalTslint:true
23
+
```
24
+
15
25
## Contributing
16
26
If you would like to contribute enhancements or fixes, please do the following:
17
27
@@ -28,6 +38,3 @@ Please note that modifications should follow these coding guidelines:
28
38
- Vertical whitespace helps readability, don’t be afraid to use it.
29
39
30
40
Thank you for helping out!
31
-
32
-
## Donation
33
-
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KXUYS4ARNHCN8)
0 commit comments