1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added linting for JavaScript tests.

This commit is contained in:
Nik Nyby
2015-08-26 00:24:55 -04:00
committed by Tim Graham
parent 0e925de245
commit 722bf23518
10 changed files with 58 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
"name": "Django",
"private": true,
"scripts": {
"pretest": "eslint django/",
"pretest": "eslint django/ js_tests/admin/",
"test": "grunt test --verbose"
},
"devDependencies": {