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:
parent
a0ba8ed5a5
commit
089907269a
9 changed files with 69 additions and 63 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue