kubrick/packages/kubrick-dev/.eslintrc.json
Thoriq Firdaus c33c3a1474
Add kubrick-dev package (#3)
Separate the `AdminPreviewProvider` into it's own package for
development.
2024-09-18 21:32:58 +07:00

6 lines
64 B
JSON

{
"root": true,
"extends": [
"@syntatis/eslint-config"
]
}