♻️(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.
This commit is contained in:
Nathan Vasse
2023-01-04 15:51:06 +01:00
committed by NathanVss
parent be2f220624
commit 67dd0048d0
11 changed files with 57 additions and 17 deletions

View File

@@ -4,10 +4,7 @@
"custom"
],
"parserOptions": {
"project": [
"./tsconfig.json",
"./tsconfig.node.json"
]
"project": "./tsconfig.eslint.json"
},
"rules": {
"no-console": "off",