Skip to content

Commit ebb2262

Browse files
Merge pull request #23 from VictorCazanave/dev
Small fixes
2 parents b40caff + 14e6256 commit ebb2262

4 files changed

Lines changed: 573 additions & 569 deletions

File tree

.eslintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"eslint:recommended",
99
"plugin:react/recommended"
1010
],
11+
"settings": {
12+
"react": {
13+
"version": "detect"
14+
}
15+
},
1116
"parserOptions": {
1217
"ecmaFeatures": {
1318
"experimentalObjectRestSpread": true,

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you want to contribute to this project, here's a quick guide:
2121
* Import and export the map in `/src/index.js`
2222

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

0 commit comments

Comments
 (0)