Skip to content

Commit

Permalink
chore: dependabot and lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Jun 24, 2020
1 parent 9f2fe39 commit 16fbf47
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
6 changes: 6 additions & 0 deletions .xo-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
{
"files": "src/**/*.js",
"nodeVersion": ">=14"
},
{
"files": "*.config.js",
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
}
Loading

0 comments on commit 16fbf47

Please sign in to comment.