mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
build: enable JS semicolons (#22783)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"browser": true
|
||||
},
|
||||
"rules": {
|
||||
"semi": ["error", "always"],
|
||||
"no-var": "error",
|
||||
"no-unused-vars": 0,
|
||||
"no-global-assign": 0,
|
||||
|
||||
Reference in New Issue
Block a user