Fix use of eslint-config-airbnb-base (#7844)

Closes #7843
This commit is contained in:
Matthew Eppelsheimer 2020-11-02 18:36:18 -08:00 committed by GitHub
parent d179574b4e
commit ebf2f2e30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
// Use this file as a starting point for your project's .eslintrc. // Use this file as a starting point for your project's .eslintrc.
// Copy this file, and add rule overrides as needed. // Copy this file, and add rule overrides as needed.
{ {
"extends": "airbnb", "extends": "airbnb-base",
"rules": { "rules": {
"no-console": "off" "no-console": "off"
} }