Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
feat: add eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrebase committed Jan 22, 2020
1 parent b199a28 commit 96b1805
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "react-app",
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error"
}
}

0 comments on commit 96b1805

Please sign in to comment.