File: .eslintrc.yaml

package info (click to toggle)
node-dns-packet 5.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 188 kB
  • sloc: javascript: 2,461; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
root: true

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

extends: standard