feat: add initial TypeScript and ESLint configurations for library and React applications
- Created TypeScript configuration files for library and React applications. - Added ESLint configurations for library, React, and Storybook. - Implemented a basic Button component in the UI package. - Set up Vite for the docs development environment.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
ignorePatterns: ['.eslintrc.cjs'],
|
||||
extends: ['@repo/eslint-config/index.js'],
|
||||
extends: ['@repo/eslint-config/library.js'],
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
project: true,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@repo/typescript-config/vite.json",
|
||||
"extends": "@repo/typescript-config/library.json",
|
||||
"include": ["."],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user