Skip to content

Commit d3770d5

Browse files
committed
Revert version to 2.0.3 and remove endOfLine rule from ESLint configuration
1 parent 94ea34e commit d3770d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/quill/.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"@typescript-eslint/ban-types": "off",
3737
"@typescript-eslint/no-explicit-any": "off",
3838
"import/no-named-as-default-member": "off",
39-
"prefer-arrow-callback": "error",
40-
"endOfLine": "auto"
39+
"prefer-arrow-callback": "error"
4140
}
4241
}
4342
]

packages/quill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quill",
3-
"version": "2.0.3-beta.2",
3+
"version": "2.0.3",
44
"description": "Your powerful, rich text editor",
55
"author": "Jason Chen <jhchen7@gmail.com>",
66
"homepage": "https://quilljs.com",

0 commit comments

Comments
 (0)