diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..47b00d4 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,12 @@ +module.exports = { + "extends": [ + "react-app", + "prettier/@typescript-eslint", + "plugin:prettier/recommended" + ], + "settings": { + "react": { + "version": "999.999.999" + } + } +} \ No newline at end of file