Skip to content

Commit

Permalink
Merge pull request #23 from VictorCazanave/dev
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
VictorCazanave authored Mar 16, 2019
2 parents b40caff + 14e6256 commit ebb2262
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 569 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"eslint:recommended",
"plugin:react/recommended"
],
"settings": {
"react": {
"version": "detect"
}
},
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you want to contribute to this project, here's a quick guide:
* Import and export the map in `/src/index.js`

### Tests
* Add a test in `/__tests__/svg-map.test.js` for this map: `displays map of [Country]`
* Add a test in `/__tests__/svg-map.test.js` for this map: `displays map of [Country]` (in alphabetical order)
* Update the snapshots with `npm run build-tests`
* Run ESLint with `npm run lint`
* Run the tests with `npm test`
Expand Down
Loading

0 comments on commit ebb2262

Please sign in to comment.