Skip to content

Commit 27c5cb2

Browse files
committed
Add root: true to eslint so it plays nicer with a monorepo full of MCs
1 parent 2334e13 commit 27c5cb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
root: true,
23
parser: '@typescript-eslint/parser',
34
extends: [
45
'eslint:recommended',

0 commit comments

Comments
 (0)