Chore: Add cuefix hook (#61941)

* Add cue

* Add fix-cue target

* Add pre-commit hook

* fixup! Add fix-cue target

* Update the cue version

* Add datasources and panels folders

* Update cue files

Co-authored-by: Tania B <yalyna.ts@gmail.com>
This commit is contained in:
Selene
2023-01-23 20:36:46 -05:00
committed by GitHub
co-authored by Tania B
parent f5743ea9ac
commit 6f26333e96
9 changed files with 69 additions and 9 deletions
+6
View File
@@ -71,6 +71,12 @@
],
"*pkg/**/*.go": [
"gofmt -w -s"
],
"*kinds/**/*.cue": [
"make fix-cue"
],
"*public/app/plugins/**/**/*.cue": [
"make fix-cue"
]
},
"devDependencies": {