UNPKG

@availity/reactstrap-validation-date

Version:

Wrapper for react-date-range to work with availity-reactstrap-validation

39 lines (38 loc) 1.13 kB
{ "name": "@availity/reactstrap-validation-date", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "library", "targets": { "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/reactstrap-validation-date"], "options": { "jestConfig": "packages/reactstrap-validation-date/jest.config.js" } }, "version": { "executor": "@jscutlery/semver:version", "options": { "preset": "angular", "commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]", "tagPrefix": "{projectName}@", "baseBranch": "master" } }, "lint": { "executor": "@nx/eslint:lint", "options": { "eslintConfig": ".eslintrc.yaml", "silent": false, "fix": false, "cache": true, "cacheLocation": "./node_modules/.cache/reactstrap-validation-date/.eslintcache", "maxWarnings": -1, "quiet": false, "noEslintrc": false, "hasTypeAwareRules": true, "cacheStrategy": "metadata" } } } }