Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit c85bc28

Browse files
committed
remove pointless options
1 parent 430e313 commit c85bc28

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.jshintrc

+2-7
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
"esnext": true,
66
"globals": {
77
"chrome": false,
8-
"Components": false, // global variable in Firefox
9-
"safari": false,
10-
"self": false,
11-
"vAPI": false,
12-
"µBlock": false
8+
"self": false
139
},
1410
"laxbreak": true,
1511
"newcap": false,
@@ -18,6 +14,5 @@
1814
"sub": true,
1915
"undef": true,
2016
"unused": true,
21-
"validthis": true,
22-
"-W058": true // suppress "Missing '()' invoking a constructor" message
17+
"validthis": true
2318
}

0 commit comments

Comments
 (0)