Bumped minimum ESLint version to 6.8.0.

This commit is contained in:
Jon Dufresne 2020-03-15 22:20:22 -07:00 committed by GitHub
parent 7075d27b0c
commit 38e2fdf1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
/* global QUnit */
/* eslint global-strict: 0, strict: 0 */
/* eslint strict: 0 */
'use strict';
QUnit.module('admin.core');