diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..0b8ee47 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,12 @@ +{ + "parserOptions": { + "ecmaVersion": 6, + "sourceType": "module", + "ecmaFeatures": { + "jsx": true + } + }, + "rules": { + "semi": "error" + } +} \ No newline at end of file