Prettier had some missing extensions in the config, this commit added them, we then prettified the whole project. We ignore the `cunningham-tokens` files.
5 lines
92 B
JSON
5 lines
92 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["./__mocks__", "./tests", "**/*.spec.ts"]
|
|
}
|