UNPKG

@availity/list-group

Version:
37 lines (36 loc) 1.07 kB
{ "root": "packages/list-group", "projectType": "library", "targets": { "test": { "executor": "@nx/jest:jest", "outputs": ["coverage/list-group"], "options": { "jestConfig": "packages/list-group/jest.config.js", "passWithNoTests": true } }, "version": { "executor": "@jscutlery/semver:version", "options": { "preset": "angular", "commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]", "tagPrefix": "@availity/{projectName}@", "baseBranch": "master" } }, "lint": { "executor": "@nx/linter:eslint", "options": { "eslintConfig": ".eslintrc.yaml", "lintFilePatterns": ["packages/list-group/**/*.{js,ts}"], "silent": false, "fix": false, "cache": true, "cacheLocation": "./node_modules/.cache/list-group/.eslintcache", "maxWarnings": -1, "quiet": false, "noEslintrc": false, "hasTypeAwareRules": true, "cacheStrategy": "metadata" } } } }