diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-03-15 22:20:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-16 06:20:22 +0100 |
| commit | 38e2fdf1b077653f2461d1c52459b85a8a134a91 (patch) | |
| tree | 88993b166c8f44905de541f6cc9898d12d7310b1 /js_tests/admin/URLify.test.js | |
| parent | 7075d27b0c75f1431f29497f4353cd742906b357 (diff) | |
Bumped minimum ESLint version to 6.8.0.
Diffstat (limited to 'js_tests/admin/URLify.test.js')
| -rw-r--r-- | js_tests/admin/URLify.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js_tests/admin/URLify.test.js b/js_tests/admin/URLify.test.js index cc738bc4ad..e9c16fc752 100644 --- a/js_tests/admin/URLify.test.js +++ b/js_tests/admin/URLify.test.js @@ -1,5 +1,5 @@ /* global QUnit, URLify */ -/* eslint global-strict: 0, strict: 0 */ +/* eslint strict: 0 */ 'use strict'; QUnit.module('admin.URLify'); |
