ckeditor / ckeditor-boilerplate

A boilerplate for modern git based projects
Other
6 stars 4 forks source link

JSCS and JSHint rules for ES6 #16

Open Reinmar opened 9 years ago

Reinmar commented 9 years ago

There are some new ones specific for ES6: http://jscs.info/changelog.html#new-es6-only-rules

Some that I like:

We can start adding them as soon as we'll be able to start using them in CKEditor 5. We should also watch for new ones.