ankoz2000/frontend-project-lvl1

View on GitHub
.eslintrc.yml

Summary

Maintainability
Test Coverage
plugins:
  #https://github.com/babel/eslint-plugin-babel      
  - babel
env:
  node: true
parser: babel-eslint
extends: 
    - airbnb-base
rules:
    no-console: 0