Skip to content

Commit 95a3f99

Browse files
committed
first pass of loading + input components
1 parent 16243ec commit 95a3f99

File tree

9 files changed

+1434
-517
lines changed

9 files changed

+1434
-517
lines changed

components/dash-core-components/.eslintrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
"jasmine": true,
2626
"node": true
2727
},
28+
"overrides": [
29+
{
30+
"files": ["*.ts", "*.tsx"],
31+
"parser": "@typescript-eslint/parser",
32+
"plugins": ["@typescript-eslint"],
33+
"extends": [
34+
"plugin:@typescript-eslint/recommended"
35+
],
36+
"rules": {
37+
// You can add TypeScript-specific rules here
38+
}
39+
}
40+
],
2841
"plugins": [
2942
"react",
3043
"import"

0 commit comments

Comments
 (0)