forked from mafintosh/dns-packet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(ci): switch to GitHub Actions * chore(ci): switch reporter from nyc to c8 * chore(nyc): remove dependency * move .eslintrc to .eslintrc.yaml (be explicit) Co-authored-by: silverwind <me@silverwind.io>
- Loading branch information
1 parent
a014082
commit 385bf2c
Showing
5 changed files
with
50 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
root: true | ||
|
||
# https://eslint.org/docs/user-guide/configuring/language-options#specifying-environments | ||
env: | ||
node: true | ||
es6: true | ||
|
||
extends: standard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters