mirror of https://github.com/docker/docs.git
Delete .jshintrc
This commit is contained in:
parent
99c43f8dfb
commit
ecd6b4bf17
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