Skip to content

Commit

Permalink
Added linting
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 3, 2019
1 parent dc292f4 commit 66146e0
Show file tree
Hide file tree
Showing 4 changed files with 994 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "airbnb",
"rules": {
"indent": "off",
"indent-legacy": ["error", "tab"],
"no-tabs": "off",
}
}
Loading

0 comments on commit 66146e0

Please sign in to comment.