1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

add singlequote rule to linter

This commit is contained in:
Andrew Simachev 2023-08-12 18:06:02 +02:00
parent a0ba8ed5a5
commit 089907269a
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
9 changed files with 69 additions and 63 deletions

View file

@ -1,7 +1,7 @@
module.exports = (env) => {
return {
target: "node",
mode: "production",
target: 'node',
mode: 'production',
optimization: {
minimize: false,
removeAvailableModules: false,
@ -11,7 +11,7 @@ module.exports = (env) => {
entry: './electron.js',
output: {
filename: "bundle-back.js"
filename: 'bundle-back.js'
},
module: {