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
b6e2b666c96772c9ae81a59a1f7036dfa9e7359f
cunningham
/
packages
/
react
/
tsconfig.eslint.json
6 lines
107 B
JSON
Raw
Normal View
History
Unescape
Escape
✨(react) add tokens.ts files handling These files will be used to define the custom design tokens per components. They are automatically aggregated by the packages/react/cunningham.ts file, this is why handling typescript config file was important.
2023-01-04 15:52:24 +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"
,
".eslintrc.cjs"
]
}
Reference in New Issue
Copy Permalink