Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlewand/eslint-config-ckeditor4

ESLint config for CKEditor4.
https://github.com/mlewand/eslint-config-ckeditor4

Last synced: 1 day ago
JSON representation

ESLint config for CKEditor4.

Awesome Lists containing this project

README

        

# ESLint Config for CKEditor4

A set of rules for [CKEditor4](https://github.com/ckeditor/ckeditor-dev) development.

## Usage

```bash
npm install eslint-config-ckeditor4 --save-dev
```

Create a `.eslintrc` file in your main package directory, with the following content:

```json
{
"extends": "eslint-config-ckeditor4"
}
```