Skip to content

Commit

Permalink
Chore: extends tsconfig.json from @rhannachi/eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannachi committed Aug 2, 2023
1 parent 924f48c commit 2803336
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.2] - 2023-08-02
### Chore
* chore: extends tsconfig.json from @rhannachi/eslint-config-prettier
### Contributors to this release
* Ramzi Hannachi ([@rhannachi](https://github.com/rhannachi))

## [1.2.1] - 2023-08-02
### Chore
* chore: update eslint (add @rhannachi/eslint-config-prettier)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rhannachi/ui-components",
"author": "rhannachi",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -28,7 +28,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rhannachi/eslint-config-prettier": "^1.1.0",
"@rhannachi/eslint-config-prettier": "^1.1.2",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
Expand Down
11 changes: 7 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 1 addition & 17 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
{
"extends": "@rhannachi/eslint-config-prettier/tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"noImplicitAny": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": "src",
"rootDir": "src",
"paths": {
Expand Down

0 comments on commit 2803336

Please sign in to comment.