Skip to content

Commit

Permalink
Replace ESLint's airbnb with airbnb-base config
Browse files Browse the repository at this point in the history
  • Loading branch information
figueredo committed Jun 18, 2019
1 parent 7b70089 commit df2fcd2
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 391 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["airbnb"],
"extends": ["airbnb-base"],
"rules": {
"class-methods-use-this": "off"
},
Expand All @@ -8,4 +8,4 @@
"babel-module": {}
}
}
}
}
Loading

0 comments on commit df2fcd2

Please sign in to comment.