mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
lint fixes and build
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
"accessor-pairs": 0,
|
||||
"block-scoped-var": 0,
|
||||
"brace-style": [0, "1tbs"],
|
||||
"camelcase": 1,
|
||||
"camelcase": 0,
|
||||
"comma-spacing": 2,
|
||||
"comma-style": 0,
|
||||
"complexity": [1, 11],
|
||||
@@ -154,7 +154,7 @@
|
||||
"space-in-brackets": [0, "never"],
|
||||
"space-in-parens": [0, "never"],
|
||||
"space-infix-ops": 2,
|
||||
"keyword-spacing": 1,
|
||||
"keyword-spacing": 0,
|
||||
"space-unary-ops": [2, { "words": true, "nonwords": false }],
|
||||
"spaced-comment": 0,
|
||||
"spaced-line-comment": [0, "always"],
|
||||
|
||||
Reference in New Issue
Block a user