UNPKG

1.1 kBJSONView Raw
1{
2 "root": "packages/upload-core",
3 "projectType": "library",
4 "targets": {
5 "test": {
6 "executor": "@nrwl/jest:jest",
7 "outputs": ["coverage/upload-core"],
8 "options": {
9 "jestConfig": "packages/upload-core/jest.config.js",
10 "passWithNoTests": true
11 }
12 },
13 "version": {
14 "executor": "@jscutlery/semver:version",
15 "options": {
16 "preset": "angular",
17 "commitMessageFormat": "chore(${projectName}): release version ${version} [skip ci]",
18 "tagPrefix": "@availity/${projectName}@",
19 "baseBranch": "master"
20 }
21 },
22 "lint": {
23 "executor": "@nrwl/linter:eslint",
24 "options": {
25 "eslintConfig": ".eslintrc.yaml",
26 "lintFilePatterns": ["packages/upload-core/**/*.{js,ts}"],
27 "silent": false,
28 "fix": false,
29 "cache": true,
30 "cacheLocation": "./node_modules/.cache/upload-core/.eslintcache",
31 "maxWarnings": -1,
32 "quiet": false,
33 "noEslintrc": false,
34 "hasTypeAwareRules": true,
35 "cacheStrategy": "metadata"
36 }
37 }
38 }
39}