Prettier had some missing extensions in the config, this commit added them, we then prettified the whole project. We ignore the `cunningham-tokens` files.
6 lines
107 B
JSON
6 lines
107 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [],
|
|
"include": ["**/*.ts", "**/*.tsx", ".eslintrc.cjs"]
|
|
}
|