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
6ea8544fedbfd6396c64d10c66b778f4bcf8e45a
cunningham
/
packages
/
tokens
/
tsconfig.eslint.json
4 lines
57 B
JSON
Raw
Normal View
History
Unescape
Escape
♻️(tokens) expose default tokens in a lib and various config This allow to use the default tokens from Typescript or Javascript file of dependents repos. For instance this wîll be used by packages/react to aggregate components tokens files.
2023-01-04 15:51:06 +01:00
{
🔨(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"
,
"**/*.js"
,
".eslintrc.cjs"
]
}
Reference in New Issue
Copy Permalink