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.
2 parents 4754a82 + b0a0d7e commit b04e7fcCopy full SHA for b04e7fc
.eslintrc.js
@@ -0,0 +1,7 @@
1
+module.exports = {
2
+ "env": {
3
+ "browser": true,
4
+ "es6": true
5
+ },
6
+ "extends": "airbnb"
7
+};
0 commit comments