Hippiek1ller/frontend-project-lvl1

View on GitHub
.eslintrc.yml

Summary

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

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


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

extends:
  - 'airbnb-base'


rules:
  no-console: 0