.eslintrc.js 263 B

123456789101112
  1. /**
  2. * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. /* eslint-env node */
  6. 'use strict';
  7. module.exports = {
  8. extends: 'ckeditor5'
  9. };