Skip to content

Commit

Permalink
update README, use Typescript-eslint parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mrisoli committed Feb 28, 2019
1 parent 8d5a403 commit 3f55545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ I am an avid user of [Next.js](https://github.com/zeit/next.js), their repo cont

- Typescript for type safety
- Jest for tests
- TSLint for linting
- Typescript-ESLint for linting
- Prettier for code formatting
- Styled-components for styling and theming along with polished
- Docker
Expand Down

0 comments on commit 3f55545

Please sign in to comment.