mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Merge pull request #12760 from ZDroid/grunt-jshintrc
Improve grunt/.jshintrc
This commit is contained in:
+2
-3
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"asi": false,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
@@ -7,10 +6,10 @@
|
||||
"indent": 2,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"node": true,
|
||||
"nonbsp": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"node" : true
|
||||
"undef": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user