Skip to content

Commit

Permalink
chore: add eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
stuf committed Oct 13, 2019
1 parent 503777d commit 9156a39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"eslintConfig": {
"extends": ["react-app", "shared-config"],
"rules": {
"additional-rule": "warn",
"no-unused-vars": [
1,
{
"varsIgnorePattern": "(K|T|Model)"
}
]
}
}
}

0 comments on commit 9156a39

Please sign in to comment.