summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/package.json b/package.json
index 631b2e9..81accf4 100644
--- a/package.json
+++ b/package.json
@@ -43,6 +43,7 @@
"strftime": "^0.10.0",
"tmp": "^0.0.33"
},
+ "sideEffects": false,
"eslintConfig": {
"env": {
"browser": true,
@@ -55,7 +56,9 @@
"indent": [
"error",
4,
- {"SwitchCase": 1}
+ {
+ "SwitchCase": 1
+ }
],
"linebreak-style": [
"error",
@@ -64,11 +67,15 @@
"no-console": 0,
"no-empty": [
2,
- { "allowEmptyCatch": true }
+ {
+ "allowEmptyCatch": true
+ }
],
"no-unused-vars": [
2,
- { "args": "none" }
+ {
+ "args": "none"
+ }
],
"semi": [
"error",