mirror of https://github.com/docker/docs.git
commit
c1709f5288
31
.jshintrc
31
.jshintrc
|
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"curly": true,
|
||||
"noempty": true,
|
||||
"newcap": true,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"esnext": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"devel": true,
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"evil": false,
|
||||
"latedef": true,
|
||||
"nonew": true,
|
||||
"trailing": true,
|
||||
"immed": true,
|
||||
"smarttabs": true,
|
||||
"strict": false,
|
||||
"quotmark": false,
|
||||
"nonbsp": true,
|
||||
"noempty": true,
|
||||
"camelcase": false,
|
||||
"jasmine": true,
|
||||
"globals": {
|
||||
"define": true,
|
||||
"jest": true,
|
||||
"pit": true
|
||||
},
|
||||
"predef": [ "-Promise" ]
|
||||
}
|
||||
Loading…
Reference in New Issue