
* chore(apps): setup prettier + eslint for all our apps * fix(docs): Fixed the use of implicit any type * chore(apps): Added .eslintignore files
6 lines
113 B
JSON
6 lines
113 B
JSON
{
|
|
"extends": "@astro-reactive/tsconfig/astro-library.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve"
|
|
}
|
|
}
|