eslint ignore version file (#559)

Quick workaround to resolve build error

needed since cordova-coho generates version file with double-quotes
This commit is contained in:
Chris Brody 2018-11-14 20:35:47 -05:00 committed by GitHub
parent 21ae48eada
commit f1396c7aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
"java-unit-tests": "node test/run_java_unit_tests.js", "java-unit-tests": "node test/run_java_unit_tests.js",
"eslint": "run-s -c eslint:*", "eslint": "run-s -c eslint:*",
"eslint:scripts": "eslint bin spec test", "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", "author": "Apache Software Foundation",
"license": "Apache-2.0", "license": "Apache-2.0",