We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a65c0f commit 8107d57Copy full SHA for 8107d57
.gitignore
@@ -1,3 +1,5 @@
1
+cookies.jar
2
+
3
# Logs
4
logs
5
*.log
.jshintrc.json
@@ -0,0 +1,4 @@
+{
+ "node": true,
+ "esversion": 8
+}
.prettierignore
@@ -0,0 +1 @@
+*.min.js
.prettierrc.json
@@ -0,0 +1,7 @@
+ "printWidth": 80,
+ "tabWidth": 2,
+ "singleQuote": false,
+ "bracketSpacing": true,
6
+ "semi": true
7
0 commit comments