Skip to content

Commit 55ac0d8

Browse files
author
Rajat Saxena
committed
Lint fixes
1 parent da9cbe3 commit 55ac0d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@ui-lib/*": ["./ui-lib/*"],
1414
"@config/*": ["./config/*"],
1515
"@models/*": ["./models/*"],
16-
"@/*": ["./*"],
16+
"@/*": ["./*"]
1717
},
1818
"strictNullChecks": true
1919
},

packages/components-library/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"strict": false,
88
"paths": {
99
"@/*": ["./src/*"],
10-
"react": [ "./node_modules/@types/react" ]
10+
"react": ["./node_modules/@types/react"]
1111
}
1212
},
1313
"include": ["src/**/*", "additional.d.ts"]

0 commit comments

Comments
 (0)