Skip to content

Commit 08ac0d4

Browse files
committed
first commit
1 parent 065210f commit 08ac0d4

Some content is hidden

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

53 files changed

+2433
-4703
lines changed

.eslintrc.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// This configuration only applies to the package manager root.
22
/** @type {import("eslint").Linter.Config} */
33
module.exports = {
4-
ignorePatterns: ["apps/**", "packages/**"],
5-
extends: ["@repo/eslint-config/library.js"],
6-
parser: "@typescript-eslint/parser",
7-
parserOptions: {
8-
project: true,
9-
},
10-
};
4+
ignorePatterns: ['apps/**', 'packages/**'],
5+
parser: '@typescript-eslint/parser',
6+
rules: {
7+
'@typescript-eslint/no-empty-interface': 'off',
8+
'import/no-named-as-default-member': 'off',
9+
},
10+
}

apps/docs/.eslintrc.js

-9
This file was deleted.

apps/docs/README.md

-28
This file was deleted.

apps/docs/app/favicon.ico

-8.07 KB
Binary file not shown.

apps/docs/app/globals.css

-50
This file was deleted.

apps/docs/app/layout.tsx

-22
This file was deleted.

0 commit comments

Comments
 (0)