diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..bbf322d --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,12 @@ +{ + "extends": "airbnb-base", + "plugins": [ + "import" + ], + "parserOptions": { + "ecmaVersion": 12, + "sourceType": "module" + }, + "rules": { + } +}