This website requires JavaScript.
Explore
Help
Sign In
studio
/
cunningham
Watch
2
Star
0
Fork
0
You've already forked cunningham
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
cunningham
/
apps
/
demo
/
tsconfig.eslint.json
6 lines
90 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
🔧(demo) update demo app to ts config file, customize one token Showcase a situation where we want to customize a component's design token.
2023-01-04 15:53:36 +01:00
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
]
,
🔨(project) add json, cjs and js extensions to prettier config Prettier had some missing extensions in the config, this commit added them, we then prettified the whole project. We ignore the `cunningham-tokens` files.
2023-08-11 15:54:51 +02:00
"include"
:
[
"**/*.ts"
,
"**/*.tsx"
]
}
Reference in New Issue
Copy Permalink