Skip to content

Commit

Permalink
eslint & prettier configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Guez authored and Arthur Guez committed Jul 6, 2020
1 parent c4e0097 commit 103be31
Show file tree
Hide file tree
Showing 4 changed files with 709 additions and 75 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": ["airbnb", "prettier", "react-app", "plugin:react/recommended"],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
"no-unused-vars": "warn",
"no-console": "off",
"func-names": "off"
}
}
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 100,
"singleQuote": true
}
Loading

0 comments on commit 103be31

Please sign in to comment.