diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..331093a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "keonik", + "name": "John Fay", + "avatar_url": "https://avatars.githubusercontent.com/u/46365891?v=4", + "profile": "http://johnfay.dev", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "nextjs-typescript-material-ui-eslint-jest", + "projectOwner": "MileTwo", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index de65356..8a82923 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Next.js TypeScript Material UI quality checking project + +[](#contributors-) + Includes TypeScript, Material UI, ESLint, Jest, and React Testing Library @@ -110,3 +113,23 @@ npm run quality ### @axe-core/react Runs in development environment and logs accessibility error results in dev tools console. Tool implementation is in `pages/_app.tsx`. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
John Fay 💻 |
+