mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
feat: init
This commit is contained in:
39
.vscode/settings.json
vendored
Normal file
39
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"[javascript][javascriptreact][typescript][typescriptreact][json][jsonc]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit"
|
||||
}
|
||||
},
|
||||
// If you do not want to autofix some rules on save
|
||||
// You can put this in your user settings or workspace settings
|
||||
"eslint.codeActionsOnSave.rules": [
|
||||
"!unused-imports/no-unused-imports",
|
||||
"*"
|
||||
],
|
||||
// If you want to silent stylistic rules
|
||||
// You can put this in your user settings or workspace settings
|
||||
"eslint.rules.customizations": [
|
||||
{
|
||||
"rule": "@stylistic/*",
|
||||
"severity": "off",
|
||||
"fixable": true
|
||||
},
|
||||
{
|
||||
"rule": "antfu/consistent-list-newline",
|
||||
"severity": "off"
|
||||
},
|
||||
{
|
||||
"rule": "hyoban/jsx-attribute-spacing",
|
||||
"severity": "off"
|
||||
},
|
||||
{
|
||||
"rule": "simple-import-sort/*",
|
||||
"severity": "off"
|
||||
},
|
||||
{
|
||||
"rule": "unused-imports/no-unused-imports",
|
||||
"severity": "off"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user