Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into editing-toolbar-js
Browse files Browse the repository at this point in the history
  • Loading branch information
kushal-khare-official committed Dec 17, 2020
2 parents 235852e + 52f0b36 commit 575a5ce
Show file tree
Hide file tree
Showing 30 changed files with 3,389 additions and 3,957 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
"no-mixed-spaces-and-tabs": "warn",
// "no-unused-vars": "warn",
// "no-use-before-define": "error",
"no-undef": "off",
"prefer-const": [
"warn",
{
"destructuring": "any",
"ignoreReadBeforeAssign": true
}
],
"no-undef": "warn",
"no-unused-vars": "off",
"indent": ["warn", 4, { "SwitchCase": 1 }],
"quotes": ["warn", "double", { "avoidEscape": true }],
Expand Down
68 changes: 68 additions & 0 deletions documentation/notecounter2_block.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions documentation/oscilloscope_block.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 575a5ce

Please sign in to comment.