mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
only lint errors fixes
This commit is contained in:
17
.jshintrc
17
.jshintrc
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"curly": true,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
@@ -9,13 +8,21 @@
|
||||
"undef": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"node": true,
|
||||
"indent": 4,
|
||||
"node": true,
|
||||
"latedef": true,
|
||||
"quotmark": "single",
|
||||
"unused": true,
|
||||
"trailing" : true,
|
||||
"laxbreak" : true,
|
||||
"globals": {
|
||||
"Kinetic": false,
|
||||
"document": false
|
||||
"document": false,
|
||||
"window" : false,
|
||||
"navigator" : false,
|
||||
"define" : false,
|
||||
"Image" : false,
|
||||
"assert" : false,
|
||||
"test": false,
|
||||
"addStage" : false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user