Skip to content

Commit

Permalink
ESLint: Added root to config to prevent warning (#2846)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Apr 3, 2021
1 parent f08c2f7 commit 48ab42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
@@ -1,5 +1,6 @@
/** @type {import('eslint').Linter.Config} */
module.exports = {
root: true,
extends: 'eslint:recommended',
rules: {
// I turned this rule off because we use `hasOwnProperty` in a lot of places
Expand Down

0 comments on commit 48ab42b

Please sign in to comment.