Skip to content

Commit 386f9c3

Browse files
Initial interceptor plugin setup
1 parent f2e7698 commit 386f9c3

14 files changed

Lines changed: 504 additions & 671 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
2-
lib/
2+
lib/
3+
.idea
4+
.history

.prettierrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"printWidth": 100,
3+
"singleQuote": true
4+
}

logger.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)