We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ea34e commit d3770d5Copy full SHA for d3770d5
packages/quill/.eslintrc.json
@@ -36,8 +36,7 @@
36
"@typescript-eslint/ban-types": "off",
37
"@typescript-eslint/no-explicit-any": "off",
38
"import/no-named-as-default-member": "off",
39
- "prefer-arrow-callback": "error",
40
- "endOfLine": "auto"
+ "prefer-arrow-callback": "error"
41
}
42
43
]
packages/quill/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "quill",
3
- "version": "2.0.3-beta.2",
+ "version": "2.0.3",
4
"description": "Your powerful, rich text editor",
5
"author": "Jason Chen <jhchen7@gmail.com>",
6
"homepage": "https://quilljs.com",
0 commit comments