Skip to content

Commit

Permalink
Merge pull request #863 from VocaDB/enable-eslint
Browse files Browse the repository at this point in the history
Enable eslint
  • Loading branch information
ycanardeau authored May 6, 2021
2 parents c33996c + 3648f99 commit 6c8ebfe
Show file tree
Hide file tree
Showing 3 changed files with 2,059 additions and 205 deletions.
5 changes: 3 additions & 2 deletions VocaDbWeb/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"extends": ["plugin:prettier/recommended"],
"extends": ["react-app", "plugin:prettier/recommended"],
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
],
"@typescript-eslint/explicit-function-return-type": "error"
}
}
Loading

0 comments on commit 6c8ebfe

Please sign in to comment.