Skip to content

Commit

Permalink
Merge pull request #671 from ckeditor/i/7985
Browse files Browse the repository at this point in the history
Internal: Extracted lint packages to separate repositories. Closes ckeditor/ckeditor5#7985.
  • Loading branch information
pomek authored Sep 9, 2020
2 parents da1a196 + db71146 commit 67567dc
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 1,082 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ This repository is a monorepo. It contains multiple npm packages.
| [`@ckeditor/ckeditor5-dev-utils`](/packages/ckeditor5-dev-utils) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-utils.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils) | [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-dev.svg?path=packages/ckeditor5-dev-utils)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/ckeditor5-dev-utils) [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-dev/dev-status.svg?path=packages/ckeditor5-dev-utils)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/ckeditor5-dev-utils&type=dev) |
| [`@ckeditor/ckeditor5-dev-webpack-plugin`](/packages/ckeditor5-dev-webpack-plugin) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-webpack-plugin.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-webpack-plugin) | [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-dev.svg?path=packages/ckeditor5-dev-webpack-plugin)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/ckeditor5-dev-webpack-plugin) [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-dev/dev-status.svg?path=packages/ckeditor5-dev-webpack-plugin)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/ckeditor5-dev-webpack-plugin&type=dev) |
| [`@ckeditor/jsdoc-plugins`](/packages/jsdoc-plugins) | [![npm version](https://badge.fury.io/js/%40ckeditor%2Fjsdoc-plugins.svg)](https://www.npmjs.com/package/@ckeditor/jsdoc-plugins) | [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-dev.svg?path=packages/jsdoc-plugins)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/jsdoc-plugins) [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-dev/dev-status.svg?path=packages/jsdoc-plugins)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/jsdoc-plugins&type=dev) |
| [`eslint-config-ckeditor5`](/packages/eslint-config-ckeditor5) | [![npm version](https://badge.fury.io/js/eslint-config-ckeditor5.svg)](https://www.npmjs.com/package/eslint-config-ckeditor5) | [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-dev.svg?path=packages/eslint-config-ckeditor5)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/eslint-config-ckeditor5) [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-dev/dev-status.svg?path=packages/eslint-config-ckeditor5)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/eslint-config-ckeditor5&type=dev) |
| [`eslint-plugin-ckeditor5-rules`](/packages/eslint-plugin-ckeditor5-rules) | [![npm version](https://badge.fury.io/js/eslint-plugin-ckeditor5-rules.svg)](https://www.npmjs.com/package/eslint-plugin-ckeditor5-rules) | [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-dev.svg?path=packages/eslint-plugin-ckeditor5-rules)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/eslint-plugin-ckeditor5-rules) [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-dev/dev-status.svg?path=packages/eslint-plugin-ckeditor5-rules)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/eslint-plugin-ckeditor5-rules&type=dev) |
| [`stylelint-config-ckeditor5`](/packages/stylelint-config-ckeditor5) | [![npm version](https://badge.fury.io/js/stylelint-config-ckeditor5.svg)](https://www.npmjs.com/package/stylelint-config-ckeditor5) | [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-dev.svg?path=packages/stylelint-config-ckeditor5)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/stylelint-config-ckeditor5) [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-dev/dev-status.svg?path=packages/stylelint-config-ckeditor5)](https://david-dm.org/ckeditor/ckeditor5-dev?path=packages/stylelint-config-ckeditor5&type=dev) |

## Cloning

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-ckeditor5": "^3.0.0",
"eslint-config-ckeditor5": "^3.1.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.4",
"mocha": "^7.1.2",
Expand Down
320 changes: 0 additions & 320 deletions packages/eslint-config-ckeditor5/.eslintrc.js

This file was deleted.

Loading

0 comments on commit 67567dc

Please sign in to comment.