Prettier had some missing extensions in the config, this commit added them, we then prettified the whole project. We ignore the `cunningham-tokens` files.
8 lines
110 B
JSON
8 lines
110 B
JSON
{
|
|
"root": true,
|
|
"extends": ["custom"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json"
|
|
}
|
|
}
|