* 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>
9 lines
151 B
YAML
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
|