fix ****ing javascript bull****

This commit is contained in:
Samuel Lorch 2024-07-30 11:59:05 +02:00
parent c51b528521
commit abb9f24e58
3 changed files with 2581 additions and 3173 deletions

35
.zed/settings.json Normal file
View file

@ -0,0 +1,35 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
{
"prettier": {
"allowed": false
},
"languages": {
"JavaScript": {
"formatter": {
"code_actions": {
"source.fixAll.eslint": true
}
},
"tab_size": 2
},
"TypeScript": {
"formatter": {
"code_actions": {
"source.fixAll.eslint": true
}
},
"tab_size": 2
},
"Vue.js": {
"formatter": {
"code_actions": {
"source.fixAll.eslint": true
}
},
"tab_size": 2
}
}
}

View file

@ -13,11 +13,13 @@ export default [
},
},
plugins: { vueParser },
files: ['src/**/*.js', 'src/**/*.ts', 'src/**/*.vue'],
rules: {
'semi': [
'error',
'always',
],
'object-curly-spacing': ['warn', 'always'],
'comma-dangle': [
'error',
'always-multiline',
@ -44,4 +46,4 @@ export default [
],
},
},
];
];

5715
client/pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff