File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Frequently Asked Questions
4
4
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
-
13
5
### JSHint skips some unused variables
14
6
15
7
If your code looks like this:
@@ -32,4 +24,4 @@ option to `strict`:
32
24
// Warning: unused variable 'a'
33
25
// Warning: unused variable 'b'
34
26
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 ) .
You can’t perform that action at this time.
0 commit comments