angular-eslint icon indicating copy to clipboard operation
angular-eslint copied to clipboard

fix(eslint-plugin): [sort-ngmodule-metadata-arrays]: add intl support

Open jmeinlschmidt opened this issue 3 years ago • 1 comments

Fixes #1098

added option for specifying the locale (en-US is default).

jmeinlschmidt avatar Jul 22 '22 15:07 jmeinlschmidt

Codecov Report

Merging #1099 (9a9e885) into main (c608cdb) will increase coverage by 0.00%. The diff coverage is 100.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%> (ø)

codecov[bot] avatar Sep 18 '22 11:09 codecov[bot]

np. thanks a lot @JamesHenry, I somehow missed to regenerate the docs. everything should be ready now

jmeinlschmidt avatar Sep 18 '22 11:09 jmeinlschmidt

Thanks again @jmeinlschmidt!

JamesHenry avatar Sep 18 '22 11:09 JamesHenry