1. eslint-config-ckeditor5
CKEditor 5 ESLint preset.
eslint-config-ckeditor5
Package: eslint-config-ckeditor5
Created by: ckeditor
Last modified: Fri, 08 Mar 2024 06:52:03 GMT
Version: 5.3.2
License: MIT
Downloads: 34,626
Repository: https://github.com/ckeditor/ckeditor5-linters-config

Install

npm install eslint-config-ckeditor5
yarn add eslint-config-ckeditor5

CKEditor 5 ESLint preset

npm version
Dependency Status

Usage

npm i --save-dev eslint-config-ckeditor5

Configure ESLint with a .eslintrc file using the following contents:

 {
	"extends": "ckeditor5"
}

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin