Skip to content

Commit

Permalink
chore(Dev): update dev settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnerd committed Nov 16, 2020
1 parent 6d6166d commit c043762
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
14 changes: 14 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"browser": true,
"jest": true
},
"extends": "firstandthird",
"plugins": [
"compat",
"jest"
],
"rules": {
"compat/compat": 2
}
}
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14.5.0
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

0 comments on commit c043762

Please sign in to comment.