Skip to content

Commit 03f24f1

Browse files
Otis SuttonOtis Sutton
Otis Sutton
authored and
Otis Sutton
committed
Linters, Pragmas, and Configs πŸš€
1 parent b85813a commit 03f24f1

File tree

12 files changed

+212
-667
lines changed

12 files changed

+212
-667
lines changed

β€Ž.eslintrc.js

-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@ module.exports = {
22
root: true,
33
// This tells ESLint to load the config from the package `eslint-config-custom`
44
extends: ["custom"],
5-
settings: {
6-
next: {
7-
rootDir: ["apps/*/"],
8-
},
9-
},
105
};

β€Žapps/components.stitches.design/src/components/accordion.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { h } from 'preact';
1+
import { h as _ } from 'preact';
22

33
import { Accordion as HeadlessAccordion } from 'components';
44

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "astro/tsconfigs/strictest"
2+
"extends": "astro/tsconfigs/strictest",
3+
"compilerOptions": {
4+
"jsx": "preserve"
5+
}
36
}

0 commit comments

Comments
Β (0)