@availity/mui-autocomplete
Version:
Availity MUI Autocomplete Component - part of the @availity/element design system
42 lines (41 loc) • 1.17 kB
JSON
{
"name": "mui-autocomplete",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/autocomplete/src",
"projectType": "library",
"tags": [],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"eslintConfig": ".eslintrc.json",
"silent": false,
"fix": false,
"cache": true,
"cacheLocation": "./node_modules/.cache/autocomplete/.eslintcache",
"maxWarnings": -1,
"quiet": false,
"noEslintrc": false,
"hasTypeAwareRules": true,
"cacheStrategy": "metadata"
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/autocomplete"],
"options": {
"jestConfig": "packages/autocomplete/jest.config.js"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventional",
"commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]",
"tagPrefix": "@availity/{projectName}@",
"trackDeps": true,
"skipCommitTypes": ["docs"]
}
}
}
}