Skip to content

Commit 5109d14

Browse files
committed
chore: disable eslint
1 parent 6d0c115 commit 5109d14

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
}
1010
],
1111

12+
"eslint.enable": false,
13+
1214
// LINTING (Oxlint)
1315
"oxc.enable": true,
1416
"oxc.lint.run": "onType",

app/configs/electron-builder.config.cjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ module.exports = {
2424
target: 'nsis',
2525
publish: ['github'],
2626
},
27-
// "linux": {
28-
// "artifactName": "${productName}-linux.${ext}",
29-
// "target": ["AppImage"],
30-
// "publish": ["github"],
31-
// "desktop": {
32-
// "Name": "GhostChat",
33-
// "Terminal": false
27+
// linux: {
28+
// artifactName: '${productName}-linux.${ext}',
29+
// target: ['AppImage'],
30+
// publish: ['github'],
31+
// desktop: {
32+
// Name: 'GhostChat',
33+
// Terminal: false
3434
// }
3535
// },
3636
nsis: {

0 commit comments

Comments
 (0)