Files
form/scripts/project.json
Corbin Crutchley 74ac9f4b9c Update build tooling (#401)
* chore: inital work to migrate to Query's alpha package setup

* chore: update deps

* chore: fix build issues

* chore: disable no-children-prop rule
2023-07-04 21:06:03 -06:00

9 lines
187 B
JSON

{
"$schema": "../node_modules/nx/schemas/project-schema.json",
"name": "scripts",
"sourceRoot": "scripts",
"targets": {
"test:eslint": { "command": "eslint ./scripts" }
}
}