Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mlewand/eslint-config-ckeditor4
- Owner: mlewand
- Created: 2017-03-12T17:05:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T10:21:15.000Z (about 7 years ago)
- Last Synced: 2024-12-24T16:36:47.502Z (about 1 month ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
}
```