Skip to content

Commit e0f901f

Browse files
author
Emmanouil Konstantinidis
committed
Fix eslint
1 parent 90a974c commit e0f901f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_docs/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"release-js": "webpack --config webpack.rel.config.js",
1616
"release": "npm run build-font-awesome && npm run build-bootstrap-fonts && npm run release-js && npm run build-less",
1717
"start": "npm run build && npm run watch-less",
18-
"lint": "eslint 'rest_framework_docs/js/' --ignore-pattern 'rest_framework_docs/js/dist.js'",
18+
"lint": "eslint 'rest_framework_docs/js/' --ignore-pattern 'rest_framework_docs/js/dist.min.js'",
1919
"test": "npm run lint"
2020
},
2121
"repository": {

0 commit comments

Comments
 (0)