diff --git a/package.json b/package.json index 6680f51..e385fec 100644 --- a/package.json +++ b/package.json @@ -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",