Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
Remove all console logs
  • Loading branch information
Marvin Heilemann committed Jan 16, 2020
1 parent 7ffa6d3 commit 997c440
Show file tree
Hide file tree
Showing 15 changed files with 592 additions and 90 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module.exports = {
extends: ['react-app', 'plugin:jsx-a11y/recommended'],
extends: [
'react-app',
'plugin:jsx-a11y/recommended',
'plugin:mdx/recommended',
],
globals: {
__PATH_PREFIX__: true,
},
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
- [x] remove "build brotli from source" with a already finished build
- [x] always use latest NGINX image
- [x] test prod build locally with SSL and brotli compression
- [ ] setup scss linter
- [ ] setup smacss to apply css sort order
- [ ] fix issue with node env version in prod build
- [ ] fix issue with header on prod build
- [ ] new image for start: me while coding
Expand Down
Loading

0 comments on commit 997c440

Please sign in to comment.