Files
cunningham/apps/demo/.eslintrc.json
Nathan Vasse 62c003780b (demo) add app demo
This demo is useful to test in the real usage of the design system as a real
user that will generate its own customized design tokens, implements the design
system's components, etc ...
2022-12-07 17:07:18 +01:00

12 lines
154 B
JSON

{
"root": true,
"extends": [
"custom"
],
"parserOptions": {
"project": [
"./tsconfig.json",
"./tsconfig.node.json"
]
}
}