diff --git a/bikeshop_project/.eslintrc b/bikeshop_project/.eslintrc new file mode 100644 index 0000000..2365471 --- /dev/null +++ b/bikeshop_project/.eslintrc @@ -0,0 +1,11 @@ +{ + "extends": "airbnb", + "plugins": [ + "react", + "jsx-a11y", + "import" + ], + "rules": { + "sort-imports": "error" + } +} \ No newline at end of file