eslint-config-ckeditor5

11.0.1 • Public • Published

CKEditor 5 ESLint preset

npm version Dependency Status

Usage

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

Configure ESLint using the following contents:

import { defineConfig } from 'eslint/config';
import ckeditor5Config from 'eslint-config-ckeditor5';

export default defineConfig( [
	{
		extends: ckeditor5Config
	}
] );

Package Sidebar

Install

npm i eslint-config-ckeditor5

Weekly Downloads

6,969

Version

11.0.1

License

MIT

Unpacked Size

20 kB

Total Files

5

Last publish

Collaborators

  • ckeditor