Skip to content

Commit 931d8d1

Browse files
authored
Merge pull request birkir#133 from birkir/feat/monorepo2
feat: monorepo
2 parents 33d7060 + d977788 commit 931d8d1

File tree

370 files changed

+27848
-42325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+27848
-42325
lines changed

.buckconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

.eslintrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"extends": [
3+
"eslint:recommended",
4+
"plugin:react/recommended",
5+
"plugin:react/jsx-runtime",
6+
"plugin:@typescript-eslint/recommended",
7+
"plugin:@typescript-eslint/recommended-requiring-type-checking",
8+
"plugin:prettier/recommended"
9+
],
10+
"parser": "@typescript-eslint/parser",
11+
"settings": {
12+
"react": {
13+
"version": "18.x"
14+
}
15+
},
16+
"ignorePatterns": ["node_modules", "dist", "build", ".eslintrc.js"],
17+
"plugins": ["react", "@typescript-eslint"],
18+
"rules": {
19+
"@typescript-eslint/no-unsafe-member-access": "off",
20+
"@typescript-eslint/no-unsafe-assignment": "off",
21+
"@typescript-eslint/no-unsafe-return": "off"
22+
}
23+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)