1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

feat: support eslint-plugin-unicorn@^50.0.0

This commit is contained in:
2023-12-22 00:23:29 +01:00
parent d3d71f9a78
commit f243013173
7 changed files with 934 additions and 751 deletions

View File

@ -5,6 +5,6 @@
"prettier.configPath": ".prettierrc.json",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
}