mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 10:38:20 +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 },
|
plugins: { vueParser },
|
||||||
|
files: ['src/**/*.js', 'src/**/*.ts', 'src/**/*.vue'],
|
||||||
rules: {
|
rules: {
|
||||||
'semi': [
|
'semi': [
|
||||||
'error',
|
'error',
|
||||||
'always',
|
'always',
|
||||||
],
|
],
|
||||||
|
'object-curly-spacing': ['warn', 'always'],
|
||||||
'comma-dangle': [
|
'comma-dangle': [
|
||||||
'error',
|
'error',
|
||||||
'always-multiline',
|
'always-multiline',
|
||||||
|
|
5549
client/pnpm-lock.yaml
generated
5549
client/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue