Skip to content

Commit

Permalink
Regenerate Package-Lock and Fix Some Dependency Issues (#271)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chrisdholt authored Oct 19, 2021
1 parent 241314b commit b3e13e9
Show file tree
Hide file tree
Showing 7 changed files with 19,990 additions and 22,728 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,12 @@ module.exports = {
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/interface-name-prefix': 'off',
},
overrides: [
{
files: ['*.ts'],
parserOptions: {
project: ['./tsconfig.eslint.json'],
},
},
],
};
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": false,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"overrides": [
{
Expand Down
20 changes: 0 additions & 20 deletions docs/storybook/Introduction.stories.mdx

This file was deleted.

Loading

0 comments on commit b3e13e9

Please sign in to comment.