mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-06 04:19:43 +00:00
* chore: inital work to migrate to Query's alpha package setup * chore: update deps * chore: fix build issues * chore: disable no-children-prop rule
9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
|
"name": "scripts",
|
|
"sourceRoot": "scripts",
|
|
"targets": {
|
|
"test:eslint": { "command": "eslint ./scripts" }
|
|
}
|
|
}
|