Skip to content

Commit

Permalink
Ignore minified files when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Dec 8, 2019
1 parent 0b8f103 commit 830ac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A blog-influenced wiki",
"main": "index.js",
"scripts": {
"lint": "eslint . bin/* -f codeframe --fix",
"lint": "eslint . bin/* --ignore-pattern '**/*.min.js' -f codeframe --fix",
"watch": "concurrently nodemon gulp",
"start": "node ./bin/www",
"init-db": "node ./bin/init-db",
Expand Down

0 comments on commit 830ac61

Please sign in to comment.