We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179c363 commit 4ffdf83Copy full SHA for 4ffdf83
.jscsrc
@@ -7,7 +7,12 @@
7
"**/*.min.js"
8
],
9
"validateIndentation": 4,
10
- "maximumLineLength": 120,
+ "maximumLineLength": {
11
+ "value": 120,
12
+ "tabSize": 4,
13
+ "allowComments": true,
14
+ "allowRegex": true
15
+ },
16
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
17
"disallowSpaceAfterObjectKeys": true,
18
"requireSpaceBeforeObjectValues": true,
.jshintrc
@@ -18,7 +18,6 @@
"maxdepth": 5,
19
"maxstatements": 35,
20
"quotmark": "single",
21
- "maxlen": 120,
22
"browser": true,
23
"white": true,
24
0 commit comments