Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"postcss": "css"
},
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can keep it — but VS Code indicated that it's now handled by default and the setting has been deprecated.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"eslint.useESLintClass": true,
"files.associations": {
"*.css": "postcss"
Expand Down Expand Up @@ -167,6 +166,7 @@
}
],
"js/ts.implicitProjectConfig.experimentalDecorators": true,
"postcss.validate": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good

"prettier.configPath": ".prettierrc",
"prettier.ignorePath": ".prettierignore",
"prettier.prettierPath": "node_modules/prettier",
Expand Down
Loading