dns-packet/.eslintrc.yaml
Matt Simerson bd33c5f690
switch to GitHub Actions (#83)
* Switch to GitHub Actions

* 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)

* noop: ws

Co-authored-by: silverwind <me@silverwind.io>
2022-06-14 23:01:00 +02:00

9 lines
151 B
YAML

root: true
# https://eslint.org/docs/user-guide/configuring/language-options#specifying-environments
env:
node: true
es6: true
extends: standard