userflow-predictor/DataGatherer/.eslintrc.yaml
Lorenzo Iovino 6feb5af4d0 Feat: generated network for classification problem of cat/dog
Feat: first version of dataGatherer client
2019-04-07 12:18:52 +02:00

12 lines
No EOL
209 B
YAML

# .eslintrc.yaml
---
extends: airbnb-base
env:
node: true
mocha: true
es6: true
parser: typescript-eslint-parser
parserOptions:
sourceType: module
ecmaFeatures:
modules: true