8
0
fredck d37e1d6601 Moved the jshint configurations to a separated json file. In this way IDEs can read from it and auto-configure. 11 лет назад
..
dev d37e1d6601 Moved the jshint configurations to a separated json file. In this way IDEs can read from it and auto-configure. 11 лет назад
.editorconfig ce36f52243 Initialized .editorconfig. 11 лет назад
.gitattributes 3d03c81f06 Initialized .gitattributes 11 лет назад
.gitignore b39a01f975 Added "build" to .gitignore 11 лет назад
CHANGES.md cd0932d478 Minor additions to the changelog fie. 11 лет назад
CONTRIBUTING.md 8443f9e2de Added the full set of files, all still empty. 11 лет назад
LICENSE.md 8443f9e2de Added the full set of files, all still empty. 11 лет назад
README.md 8443f9e2de Added the full set of files, all still empty. 11 лет назад
gruntfile.js 69a805117e Replaced "global" inline configs with /* jshint node: true */ 11 лет назад
package.json 08c4defd83 Custom implementation of jscs, which checks only next commit files. 11 лет назад

README.md

Boilerplate for New Repositories

The boilerplate used when creating the directory structure for new projects. It contains most of the files we expect to have inside CKEditor 5 repositories.

Note that all projects must have a README.md file, which replaces this one.