Browse Source

Added a configuration for ESLint.

Kamil Piechaczek 7 years ago
parent
commit
ed90b8ca8b
1 changed files with 12 additions and 0 deletions
  1. 12 0
      packages/ckeditor5-build-balloon/.eslintrc.js

+ 12 - 0
packages/ckeditor5-build-balloon/.eslintrc.js

@@ -0,0 +1,12 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/* eslint-env node */
+
+'use strict';
+
+module.exports = {
+	extends: 'ckeditor5'
+};