Conduitry
/
docker-windows-watch
Архивировано
1
Форкнуть 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
docker-windows-watch/.eslintrc.yaml

10 строки
141 B
YAML

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