We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cb360 commit 801043cCopy full SHA for 801043c
.gitignore
@@ -1,7 +1,6 @@
1
node_modules
2
.nyc_output
3
.DS_Store
4
-.vscode
5
docs/.vuepress/dist
6
coverage
7
*.log
.vscode/settings.json
@@ -0,0 +1,9 @@
+{
+ "eslint.options": { "configFile": ".eslintrc.js" },
+ "eslint.validate": [
+ "javascript"
+ ],
+ "eslint.alwaysShowStatus": true,
+ "eslint.packageManager": "yarn",
8
+ "eslint.run": "onSave"
9
+}
0 commit comments