Skip to content

Commit

Permalink
remove airbnb eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneAlexeenko committed Dec 9, 2017
1 parent c092190 commit ff0f2f7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -21,10 +21,5 @@
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1"
}
}
1 change: 0 additions & 1 deletion src/components/WeatherPreview.css
Expand Up @@ -2,7 +2,6 @@
width: 200px;
height: 200px;
display: inline-block;
background: lightsteelblue;
outline: 1px solid black;
border-radius: 5px;
}
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -20,7 +20,7 @@ ReactDOM.render(
<Provider store={store}>
<Router >
<div>
<App route path="/" />
<App />
</div>
</Router>
</Provider>,
Expand Down

0 comments on commit ff0f2f7

Please sign in to comment.