Skip to content

Commit 076a828

Browse files
committed
Merge pull request #2409 from enaqx/master
Remove obsolete jshint options
2 parents ae8771f + eb3337b commit 076a828

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.jshintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
"newcap": false,
1313
"noempty": true,
1414
"nonstandard": true,
15-
"onecase": true,
1615
"sub": true,
17-
"regexdash": true,
18-
"trailing": true,
1916
"undef": true,
2017
"unused": "vars"
2118
}

src/.jshintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
"noempty": true,
1616
"nonstandard": true,
1717
"maxlen": 80,
18-
"onecase": true,
19-
"regexdash": true,
2018
"sub": false,
21-
"trailing": true,
2219
"undef": true,
2320
"unused": "vars",
2421

0 commit comments

Comments
 (0)