about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 26 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7df440f6..98351dad 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,31 @@
 		"prettier": "^2.7.1",
 		"web-ext": "^7.2.0"
 	},
-	"dependencies": {
-		"buffer": "^6.0.3"
+	"prettier": {
+		"semi": false,
+		"tabWidth": 2,
+		"useTabs": true,
+		"arrowParens": "avoid",
+		"printWidth": 200,
+		"bracketSameLine": true,
+		"endOfLine": "lf",
+		"singleQuote": false
+	},
+	"webExt": {
+		"ignoreFiles": [
+			"instances/get_instances.py",
+			"instances/beatbump.json",
+			"instances/bibliogram.json",
+			"instances/cloudtube.json",
+			"instances/facil.json",
+			"instances/neuters.json"
+		],
+		"sourceDir": "./src/",
+		"run": {
+			"browserConsole": true
+		},
+		"build": {
+			"overwriteDest": true
+		}
 	}
 }