Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Add root to ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
gregives committed Dec 29, 2020
1 parent bb22ff2 commit 2a67b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"extends": ["plugin:prettier/recommended"],
"plugins": ["prettier"],
"rules": {
Expand Down

0 comments on commit 2a67b41

Please sign in to comment.