about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-11-21 06:12:40 +0300
committerManeraKai <manerakai@protonmail.com>2022-11-21 06:12:40 +0300
commit5296d833286e7bf75ca3c3cbc85113ca80b3e53e (patch)
treea84ecccacf1f0f107ab13ff355f1c8bdab5543e1 /package.json
parentupdated instances (diff)
parentFixed Bypass not working https://github.com/libredirect/libredirect/issues/475 (diff)
downloadlibredirect-5296d833286e7bf75ca3c3cbc85113ca80b3e53e.zip
Merge https://github.com/libredirect/libredirect
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 1 insertions, 12 deletions
diff --git a/package.json b/package.json
index 98351dad..ade219b1 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
 		"build": "web-ext build",
 		"test": "web-ext lint",
 		"instances": "python3 src/instances/get_instances.py && git update-index --assume-unchanged src/instances/blacklist.json src/instances/data.json",
-		"ejs": "ejs src/pages/options/index.ejs -f src/config/config.json -o src/pages/options/index.html && ejs src/pages/popup/popup.ejs -f src/config/config.json -o src/pages/popup/popup.html && prettier -w src/pages/options/index.html src/pages/popup/popup.html"
+		"ejs": "ejs src/pages/options/index.ejs -f src/config/config.json -o src/pages/options/index.html && ejs src/pages/popup/popup.ejs -f src/config/config.json -o src/pages/popup/popup.html"
 	},
 	"repository": {
 		"type": "git",
@@ -24,19 +24,8 @@
 	"homepage": "https://libredirect.codeberg.page",
 	"devDependencies": {
 		"ejs": "^3.1.8",
-		"prettier": "^2.7.1",
 		"web-ext": "^7.2.0"
 	},
-	"prettier": {
-		"semi": false,
-		"tabWidth": 2,
-		"useTabs": true,
-		"arrowParens": "avoid",
-		"printWidth": 200,
-		"bracketSameLine": true,
-		"endOfLine": "lf",
-		"singleQuote": false
-	},
 	"webExt": {
 		"ignoreFiles": [
 			"instances/get_instances.py",