Skip to content

Commit

Permalink
#80 fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Nov 27, 2024
1 parent d259399 commit 4383543
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/style-guide/eslint/react-internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import globals from 'globals';
import { config as baseConfig } from './base.js';

/**
* ESLint configuration for applications and libraries that use React.
* ESLint configuration for applications and libraries that use ReactJs.
*
* @type {import("eslint").Linter.Config} */
export const config = [
Expand Down
4 changes: 2 additions & 2 deletions packages/style-guide/typescript/tsconfig.library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"allowJs": true,

// Emit
"outDir": "./dist",
"rootDir": "./src",
// "outDir": "./dist",
// "rootDir": "./src",
},
"include": ["src"]
}
5 changes: 0 additions & 5 deletions packages/style-guide/typescript/tsconfig.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"name": "next"
}
],

// Path Aliases
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
Expand Down
4 changes: 2 additions & 2 deletions packages/style-guide/typescript/tsconfig.node20.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"allowJs": true,

// Emit
"outDir": "./dist",
"rootDir": "./src"
// "outDir": "./dist",
// "rootDir": "./src"
},
"include": ["src"]
}
6 changes: 3 additions & 3 deletions packages/style-guide/typescript/tsconfig.react-internal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://github.com/tsconfig/bases/blob/main/bases/vite-react.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Typescript configuration for applications and libraries that use React.",
"display": "Typescript configuration for applications and libraries that use ReactJs",
"extends": "./tsconfig.base.json",
"compilerOptions": {
// Language and Environment
Expand All @@ -17,8 +17,8 @@
"allowJs": true,

// Emit
"outDir": "./dist",
"rootDir": "./src"
// "outDir": "./dist",
// "rootDir": "./src"
},
"include": ["src"]
}

0 comments on commit 4383543

Please sign in to comment.