Skip to content

Commit

Permalink
Base rollup build. Add eslint with base airbnb rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
karelmaxa committed Nov 8, 2019
1 parent 8a04404 commit 92f6b20
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 95 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "airbnb-base",
"rules": {
"no-plusplus": "off",
"max-classes-per-file": "off"
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# Build directory
dist
Loading

0 comments on commit 92f6b20

Please sign in to comment.