mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-07 17:18:21 +00:00
fix ****ing javascript bull****
This commit is contained in:
parent
c51b528521
commit
abb9f24e58
3 changed files with 2581 additions and 3173 deletions
35
.zed/settings.json
Normal file
35
.zed/settings.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
5715
client/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue