1
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-windows-watch/.eslintrc.yaml
2018-07-16 19:31:59 -04:00

9 lines
141 B
YAML

env:
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 2017
sourceType: module
rules:
no-console: off