Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit b3e13e9

Browse files
authored
Regenerate Package-Lock and Fix Some Dependency Issues (#271)
Description of changes - Lock typescript and api extractor file versions due to typescript conflicts - Add tsconfig to enable eslint - Remove introduction storybook doc - Add eslint as dev dependency for lint step - Update prettier config
1 parent 241314b commit b3e13e9

File tree

7 files changed

+19990
-22728
lines changed

7 files changed

+19990
-22728
lines changed

.eslintrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@ module.exports = {
1717
'@typescript-eslint/no-non-null-assertion': 'off',
1818
'@typescript-eslint/interface-name-prefix': 'off',
1919
},
20+
overrides: [
21+
{
22+
files: ['*.ts'],
23+
parserOptions: {
24+
project: ['./tsconfig.eslint.json'],
25+
},
26+
},
27+
],
2028
};

.prettierrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"jsxSingleQuote": false,
99
"trailingComma": "es5",
1010
"bracketSpacing": false,
11-
"jsxBracketSameLine": true,
1211
"arrowParens": "avoid",
1312
"overrides": [
1413
{

docs/storybook/Introduction.stories.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)