Преглед на файлове

Merge pull request #36 from ckeditor/t/35

Turn JSHint browser setting to false.
Maksymilian Barnaś преди 9 години
родител
ревизия
75407dd987

+ 0 - 1
packages/ckeditor5-undo/.jshintrc

@@ -1,5 +1,4 @@
 {
-  "browser": true,
   "esnext": true,
   "immed": true,
   "loopfunc": true,

+ 0 - 1
packages/ckeditor5-undo/tests/.jshintrc

@@ -1,5 +1,4 @@
 {
-  "browser": true,
   "esnext": true,
   "expr": true,
   "immed": true,

+ 1 - 1
packages/ckeditor5-undo/tests/manual/undo.js

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
-/* global console:false */
+/* globals console:false, document, window */
 
 import ClassicEditor from '/ckeditor5/editor-classic/classic.js';
 

+ 2 - 0
packages/ckeditor5-undo/tests/undo.js

@@ -3,6 +3,8 @@
  * For licensing, see LICENSE.md.
  */
 
+/* globals document */
+
 import ClassicTestEditor from '/tests/core/_utils/classictesteditor.js';
 import Undo from '/ckeditor5/undo/undo.js';
 import UndoEngine from '/ckeditor5/undo/undoengine.js';