fix(eslint-plugin): [sort-ngmodule-metadata-arrays]: add intl support
Fixes #1098
added option for specifying the locale (en-US is default).
☁️ Nx Cloud Report
CI is running/has finished running commands for commit 9a9e88538162fcb812744cdfc336ae0a78fbdf88. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this branch
✅ Successfully ran 7 targets
-
Node v16.17.0 - nx run-many --target=integration-test --all --withRegistry -
Node v16.17.0 - nx run-many --target=test --all --parallel --codeCoverage -
Node v16.17.0 - nx run-many --target=typecheck --all --parallel -
Node v16.17.0 - nx run-many --target=build --all --parallel -
Node v14.20.0 - nx run-many --target=test --all --parallel -
Node v16.17.0 - nx run-many --target=check-rule-docs --all --parallel -
Node v14.20.0 - nx run-many --target=build --all --parallel
Sent with 💌 from NxCloud.
Codecov Report
Merging #1099 (9a9e885) into main (c608cdb) will increase coverage by
0.00%. The diff coverage is100.00%.
@@ Coverage Diff @@
## main #1099 +/- ##
=======================================
Coverage 87.40% 87.40%
=======================================
Files 150 150
Lines 2842 2843 +1
Branches 459 459
=======================================
+ Hits 2484 2485 +1
Misses 252 252
Partials 106 106
| Flag | Coverage Δ | |
|---|---|---|
| unittest | 87.40% <100.00%> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...tests/rules/sort-ngmodule-metadata-arrays/cases.ts | 100.00% <ø> (ø) |
|
| ...-plugin/src/rules/sort-ngmodule-metadata-arrays.ts | 100.00% <100.00%> (ø) |
np. thanks a lot @JamesHenry, I somehow missed to regenerate the docs. everything should be ready now
Thanks again @jmeinlschmidt!