mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
20 lines
340 B
Plaintext
20 lines
340 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
|
|
}
|
|
} |