Skip to content

Commit

Permalink
eslint ignore version file (#559)
Browse files Browse the repository at this point in the history
Quick workaround to resolve build error

needed since cordova-coho generates version file with double-quotes
  • Loading branch information
Chris Brody committed Nov 15, 2018
1 parent 21ae48e commit f1396c7
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 @@ -26,7 +26,7 @@
"java-unit-tests": "node test/run_java_unit_tests.js",
"eslint": "run-s -c eslint:*",
"eslint:scripts": "eslint bin spec test",
"eslint:bins": "eslint 'bin/**/*' --ignore-pattern '**/*.*' --ignore-pattern '**/gitignore'"
"eslint:bins": "eslint 'bin/**/*' --ignore-pattern '**/*.*' --ignore-pattern '**/gitignore' --ignore-pattern 'bin/templates/cordova/version'"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
Expand Down

0 comments on commit f1396c7

Please sign in to comment.