diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..08a3f28 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + "extends": "airbnb-base", + "plugins": [ + "import" + ] +}; \ No newline at end of file