Skip to content

Commit

Permalink
Add components list to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed May 20, 2024
1 parent 5ca2a5d commit 3a6ad91
Show file tree
Hide file tree
Showing 6 changed files with 1,022 additions and 946 deletions.
3 changes: 1 addition & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"import": "@kitschpatrol/cspell-config",
"words": ["borked", "discoverability", "gzipped", "pangenerator", "playform"]
"import": "@kitschpatrol/cspell-config"
}
9 changes: 9 additions & 0 deletions .mdatrc.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import mdatConfig from '@kitschpatrol/mdat-config';
import mdatComponentRules from './scripts/mdat-component-rules';
import { mergeConfigs } from 'mdat';

export default mergeConfigs(mdatConfig, {
rules: {
...mdatComponentRules
}
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"tweakpane": "4.0.3"
},
"devDependencies": {
"@kitschpatrol/shared-config": "^4.6.4",
"@kitschpatrol/shared-config": "^4.6.6",
"@phenomnomnominal/tsquery": "^6.1.3",
"@playwright/test": "^1.44.0",
"@stkb/rewrap": "^0.1.0",
Expand Down
Loading

0 comments on commit 3a6ad91

Please sign in to comment.