Unverified Commit 7cf89d61 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #1463 from hypothesis/dependabot/npm_and_yarn/eslint-6.6.0

Bump eslint from 6.5.1 to 6.6.0
parents 054334c6 61bcf98b
......@@ -5,6 +5,9 @@
},
"rules": {
// Suppressed to make ESLint v6 migration easier.
"no-prototype-builtins": "off"
"no-prototype-builtins": "off",
// Handled by Prettier.
"comma-dangle": "off"
}
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment