Skip to content

Commit 54486fc

Browse files
authored
chore(eslint): align preset and dep versions across the fleet (#57)
chore(eslint): align preset / eslint / prettier versions and canonical ignores
1 parent 1e41fe6 commit 54486fc

4 files changed

Lines changed: 35 additions & 202 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import mridang from '@mridang/eslint-defaults';
22

33
export default [
44
{
5-
ignores: ['docs/**', 'dist/**', 'build/**', '.out/**', 'playground/**'],
5+
ignores: ['coverage/**', '.out/**', '.npm/**', 'docs/**', 'playground/**'],
66
},
77
...mridang.configs.recommended,
88
];

package-lock.json

Lines changed: 30 additions & 195 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@commitlint/config-conventional": "^20.5.0",
6767
"@jest/globals": "^30.0.5",
68-
"@mridang/eslint-defaults": "^1.6.1",
68+
"@mridang/eslint-defaults": "^1.6.3",
6969
"@semantic-release/commit-analyzer": "^13.0.1",
7070
"@semantic-release/git": "^10.0.1",
7171
"@semantic-release/github": "^12.0.0",
@@ -77,13 +77,13 @@
7777
"@types/node": "^24.0.0",
7878
"@types/react": "^19.0.0",
7979
"@types/react-dom": "^19.0.0",
80-
"eslint": "9.32.0",
80+
"eslint": "^9.39.1",
8181
"jest": "30.0.5",
8282
"jest-environment-jsdom": "30.0.5",
8383
"jest-junit": "^17.0.0",
8484
"knip": "^5.66.4",
8585
"oidc-client-ts": "^3.4.0",
86-
"prettier": "3.6.2",
86+
"prettier": "^3.6.2",
8787
"react": "^19.0.0",
8888
"react-dom": "^19.0.0",
8989
"react-router-dom": "^7.1.1",

src/AuthProvider.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ export interface AuthProviderBaseProps {
8181
* @public
8282
*/
8383
export interface AuthProviderNoUserManagerProps
84-
extends AuthProviderBaseProps,
85-
UserManagerSettings,
86-
ZitadelScopeConfig {
84+
extends AuthProviderBaseProps, UserManagerSettings, ZitadelScopeConfig {
8785
/**
8886
* Disallowed in this form — pass settings inline instead.
8987
*/

0 commit comments

Comments
 (0)