Enigmadie/project-lvl1-s364

View on GitHub
.eslintrc.yml

Summary

Maintainability
Test Coverage
---

plugins:
# https://github.com/babel/eslint-plugin-babel 
  - babel

#https://eslint.org/docs/user-guide/cofiguring#specifying-environments
env:
  node: true

# https://github.com/babel/babel-eslint
parser:  babel-eslint

extends:
  - 'airbnb-base'

rules: 
  no-console: 0