Skip to content

Commit

Permalink
fix(deps): update linters (#289)
Browse files Browse the repository at this point in the history
* fix(deps): update linters

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* run prettier

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Schultz <[email protected]>
  • Loading branch information
renovate[bot] and schultzp2020 authored Jan 25, 2024
1 parent 9c07f02 commit 9a1f581
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions apps/website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"compilerOptions": {
"baseUrl": ".",
"checkJs": true,
"lib": ["DOM", "ESNext"]
}
"lib": ["DOM", "ESNext"],
},
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.2.2",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"tsconfig": "workspace:*",
"turbo": "1.11.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-tailwind/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"incremental": true,
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
"exclude": ["dist", "build", "node_modules"],
}
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
"exclude": ["dist", "build", "node_modules"],
}
118 changes: 59 additions & 59 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "tsconfig/base.json"
"extends": "tsconfig/base.json",
}

0 comments on commit 9a1f581

Please sign in to comment.