setup chackra component lib + refactor hello world example
This commit is contained in:
parent
dc912082cd
commit
245693021b
7 changed files with 96 additions and 45 deletions
|
@ -7,6 +7,9 @@ const __dirname = dirname(__filename);
|
|||
|
||||
const compat = new FlatCompat({
|
||||
baseDirectory: __dirname,
|
||||
experimental: {
|
||||
optimizePackageImports: ["@chakra-ui/react"],
|
||||
},
|
||||
});
|
||||
|
||||
const eslintConfig = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue