mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
21 lines
362 B
Plaintext
21 lines
362 B
Plaintext
{
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"node": true,
|
|
"indent": 4,
|
|
"latedef": true,
|
|
"quotmark": "single",
|
|
"unused": true,
|
|
"globals": {
|
|
"Kinetic": false,
|
|
"document": false
|
|
}
|
|
} |