diff --git a/.eslintrc.json b/.eslintrc.json index 72d0bcc..8a122a7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,7 +3,7 @@ "browser": true, "es2021": true }, - "extends": ["plugin:react/recommended", "airbnb", "prettier"], + "extends": ["plugin:react/recommended", "prettier"], "parserOptions": { "ecmaFeatures": { "jsx": true diff --git a/.prettierrc.json b/.prettierrc.json index f05017f..d32a2a8 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,9 +1,9 @@ { - "tabWidth": 2, - "useTabs": true, - "printWidth": 80, - "semi": true, - "trailingComma": "es5", - "singleQuote": true, - "endOfLine": "lf" + "tabWidth": 2, + "useTabs": false, + "printWidth": 80, + "semi": true, + "trailingComma": "es5", + "singleQuote": true, + "endOfLine": "lf" } \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index a4afb7a..a6f341b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,16 +1,17 @@ import Grid from './Grid'; import MapCol from './MapCol'; import SearchCol from './SearchCol'; +import React from 'react'; function App() { - return ( -