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:
@@ -2,7 +2,7 @@
|
||||
"name": "Django",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"pretest": "eslint django/",
|
||||
"pretest": "eslint django/ js_tests/admin/",
|
||||
"test": "grunt test --verbose"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user