mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Added linting for JavaScript tests.
This commit is contained in:
parent
0e925de245
commit
722bf23518
10 changed files with 58 additions and 15 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/* global module, test, html_unescape, id_to_windowname,
|
||||
windowname_to_id */
|
||||
/* eslint global-strict: 0, strict: 0 */
|
||||
'use strict';
|
||||
|
||||
module('admin.RelatedObjectLookups');
|
||||
|
||||
test('html_unescape', function(assert) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue