Skip to content

Commit 6e8a8fc

Browse files
committed
automatically generate Adguard rules for Surge
1 parent 13cc61b commit 6e8a8fc

10 files changed

+32351
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.DS_Store

.prettierrc.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
semi: false,
3+
singleQuote: true,
4+
trailingComma: 'all',
5+
jsxBracketSameLine: true,
6+
}

0 commit comments

Comments
 (0)