mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-04 00:13:20 +08:00
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:
parent
21ae48eada
commit
f1396c7aad
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user