Skip to content

Commit 3c34b77

Browse files
committed
smarttabs is deprecated
1 parent f4b2f41 commit 3c34b77

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pages/faq.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
# Frequently Asked Questions
44

5-
### How do I turn off a *mixed tabs and spaces* warning?
6-
7-
If you're using so-called [smart tabs](http://www.emacswiki.org/SmartTabs)
8-
then we have an option `smarttabs` for you. Otherwise, your solution is to
9-
run JSHint with a custom reporter that discards any warnings you don't like.
10-
For example, this [example reporter](https://gist.github.com/3885619)
11-
discards all warnings about mixed tabs and spaces.
12-
135
### JSHint skips some unused variables
146

157
If your code looks like this:
@@ -32,4 +24,4 @@ option to `strict`:
3224
// Warning: unused variable 'a'
3325
// Warning: unused variable 'b'
3426

35-
For more information see: [options/unused](http://jshint.com/docs/options/#unused).
27+
For more information see: [options/unused](http://jshint.com/docs/options/#unused).

0 commit comments

Comments
 (0)