Skip to content

Commit 2051731

Browse files
committed
fix: fix manifest.json linting
1 parent cd7fbd7 commit 2051731

File tree

7 files changed

+470
-474
lines changed

7 files changed

+470
-474
lines changed

Diff for: packages/twenty-emails/.eslintrc.cjs

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ module.exports = {
77
parserOptions: {
88
project: ['packages/twenty-emails/tsconfig.{json,*.json}'],
99
},
10+
rules: {
11+
'@nx/dependency-checks': 'error',
12+
},
1013
},
1114
],
1215
};

0 commit comments

Comments
 (0)