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 8c5a0a9 commit 5b20823Copy full SHA for 5b20823
dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc-tinymce
@@ -2,10 +2,6 @@
2
"rules": {
3
'no-restricted-syntax': [
4
'error',
5
- {
6
- message: "addCommand is removed. Update code to be compatible with tinymce5",
7
- selector: "CallExpression[callee.object.name='editor'][callee.property.name='addCommand']"
8
- },
9
{
10
message: "addButton is removed. Update code to be compatible with tinymce5",
11
selector: "CallExpression[callee.object.name='editor'][callee.property.name='addButton']"
0 commit comments