Skip to content

Commit

Permalink
fix(react): fix eslint config so it does not override module boundari…
Browse files Browse the repository at this point in the history
…es from parent. (#1733)
  • Loading branch information
jaysoo committed Aug 16, 2019
1 parent f4d8354 commit e93064a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/react/src/utils/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ export const reactEslintJson = {
* https://github.com/facebook/create-react-app
*/
rules: {
'@nrwl/nx/enforce-module-boundaries': [
'error',
{
allow: [],
depConstraints: [{ sourceTag: '*', onlyDependOnLibsWithTags: ['*'] }]
}
],
/**
* Standard ESLint rule configurations
* https://eslint.org/docs/rules
Expand Down

0 comments on commit e93064a

Please sign in to comment.