CKEditor 5 ESLint preset Usage npm i --save-dev eslint-config-ckeditor5 Configure ESLint with a .eslintrc file using the following contents: { "extends": "ckeditor5" }