Files
cunningham/apps/demo/.eslintrc.json
Nathan Vasse f48dac79c0 🔧(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-11 11:01:56 +01:00

9 lines
117 B
JSON

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