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.
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"custom"
|
|
],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json"
|
|
},
|
|
"rules": {
|
|
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["vite.config.ts", "cunningham.ts","**/*.stories.tsx", "**/*.spec.tsx"]}]
|
|
}
|
|
} |