Juri
98a60d118f
feat(core): add enforceBuildableLibDependency to make buildable lib rule configurable
...
This way if the buildable lib dependency rule doesn't work for some people they have an easy way to
opt-out of it
2020-01-21 12:02:13 -05:00
Juri
36463cf2a2
feat(core): add rule to enforce deps buildable-lib to buildable-lib
...
buildable libraries should only be able to import other buildable libraries
to avoid confusion. Importing non-buildable libs would effectively
mean embedding their src into the buildable libs, even potentially
multiple times.
2020-01-21 12:02:13 -05:00
Victor Savkin
0b77072fcf
Revert "fix(core): sort node names for module resolution"
2020-01-11 22:42:33 -05:00
Jonathan Cammisuli
dddc1b1e6c
fix(core): sort node names for module resolution
2020-01-09 19:13:53 -05:00
Jonathan Cammisuli
3d05bf08d0
Revert "Revert "fix(misc): resolve projects for linting using TypeScript""
...
This reverts commit ab25e84b08a938661d5766c5c7f4d501cfaf8b0b.
2020-01-09 19:13:53 -05:00
Victor Savkin
ab25e84b08
Revert "fix(misc): resolve projects for linting using TypeScript"
...
This reverts commit 6411a29683eff436ad314692aec61ea403155d3a.
2020-01-02 22:19:33 -05:00
Jonathan Cammisuli
6411a29683
fix(misc): resolve projects for linting using TypeScript
2019-12-30 15:39:46 -05:00
Victor Savkin
8749c18f91
cleanup(core): extract "core" folder from "command-line"
2019-12-16 16:04:35 -05:00
Jack Hsu
a82737968b
chore(core): refactor generation of dependency graph (aka project graph) ( #2151 )
2019-12-12 15:54:31 -05:00
Jack Hsu
7df0e58043
fix(nx): add support for regexp in allow option of enforce-module-boundaries lint rule
...
Closes #1943
2019-10-18 15:26:08 -04:00
Jason Jean
98fc5e00bb
refactor(nx): refactor affected to produce affected metadata
2019-10-03 13:47:47 -04:00
Victor Savkin
15b466608b
feat(nx): support * and ** in lint rules
2019-09-30 17:19:19 -04:00
James Henry
49dcacfd1a
feat(eslint-plugin-nx): new package, ESLint enforce-module-boundaries rule
2019-08-13 21:13:46 -04:00