ilib-lint 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +5 -0
  2. package/docs/AnsiConsoleFormatter.html +1 -1
  3. package/docs/ConfigBasedFormatter.html +1 -1
  4. package/docs/DirItem.html +1 -1
  5. package/docs/DirItem.js.html +1 -1
  6. package/docs/FileType.html +1 -1
  7. package/docs/FileType.js.html +1 -1
  8. package/docs/FormatterManager.html +1 -1
  9. package/docs/FormatterManager.js.html +1 -1
  10. package/docs/ParserManager.html +1 -1
  11. package/docs/ParserManager.js.html +1 -1
  12. package/docs/PluginManager.html +1 -1
  13. package/docs/PluginManager.js.html +1 -1
  14. package/docs/Project.html +1 -1
  15. package/docs/Project.js.html +1 -1
  16. package/docs/ResourceICUPlurals.html +1 -1
  17. package/docs/ResourceMatcher.html +1 -1
  18. package/docs/ResourceQuoteStyle.html +1 -1
  19. package/docs/ResourceUniqueKeys.html +1 -1
  20. package/docs/RuleManager.html +1 -1
  21. package/docs/RuleManager.js.html +1 -1
  22. package/docs/RuleSet.html +1 -1
  23. package/docs/RuleSet.js.html +1 -1
  24. package/docs/SourceFile.html +1 -1
  25. package/docs/SourceFile.js.html +1 -1
  26. package/docs/XliffParser.html +1 -1
  27. package/docs/XliffPlugin.html +1 -1
  28. package/docs/formatters_AnsiConsoleFormatter.js.html +1 -1
  29. package/docs/formatters_ConfigBasedFormatter.js.html +1 -1
  30. package/docs/global.html +1 -1
  31. package/docs/index.html +1 -1
  32. package/docs/plugins_XliffParser.js.html +1 -1
  33. package/docs/plugins_XliffPlugin.js.html +1 -1
  34. package/docs/rules_ResourceICUPlurals.js.html +1 -1
  35. package/docs/rules_ResourceMatcher.js.html +1 -1
  36. package/docs/rules_ResourceQuoteStyle.js.html +1 -1
  37. package/docs/rules_ResourceSourceChecker.js.html +1 -1
  38. package/docs/rules_ResourceTargetChecker.js.html +1 -1
  39. package/docs/rules_ResourceUniqueKeys.js.html +1 -1
  40. package/docs/rules_SourceFileChecker.js.html +1 -1
  41. package/docs/walk.js.html +1 -1
  42. package/package.json +2 -3
package/README.md CHANGED
@@ -587,6 +587,11 @@ limitations under the License.
587
587
 
588
588
  ## Release Notes
589
589
 
590
+ ### v1.2.1
591
+
592
+ - fixed packaging problem where the test plugin was listed in the
593
+ dependencies instead of the devDependencies
594
+
590
595
  ### v1.2.0
591
596
 
592
597
  - added Rule links to give rule writers a way of giving a more complete explanation
@@ -348,7 +348,7 @@ formatted string.</li></ul></dd>
348
348
  <br class="clear">
349
349
 
350
350
  <footer>
351
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
351
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
352
352
  </footer>
353
353
 
354
354
  <script>prettyPrint();</script>
@@ -355,7 +355,7 @@ formatted string.</li></ul></dd>
355
355
  <br class="clear">
356
356
 
357
357
  <footer>
358
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
358
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
359
359
  </footer>
360
360
 
361
361
  <script>prettyPrint();</script>
package/docs/DirItem.html CHANGED
@@ -705,7 +705,7 @@ The options parameter can contain any of the following properties:
705
705
  <br class="clear">
706
706
 
707
707
  <footer>
708
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
708
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
709
709
  </footer>
710
710
 
711
711
  <script>prettyPrint();</script>
@@ -149,7 +149,7 @@ export default DirItem;
149
149
  <br class="clear">
150
150
 
151
151
  <footer>
152
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
152
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
153
153
  </footer>
154
154
 
155
155
  <script>prettyPrint();</script>
@@ -480,7 +480,7 @@ all of the ruleset definitions
480
480
  <br class="clear">
481
481
 
482
482
  <footer>
483
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
483
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
484
484
  </footer>
485
485
 
486
486
  <script>prettyPrint();</script>
@@ -202,7 +202,7 @@ export default FileType;</code></pre>
202
202
  <br class="clear">
203
203
 
204
204
  <footer>
205
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
205
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
206
206
  </footer>
207
207
 
208
208
  <script>prettyPrint();</script>
@@ -731,7 +731,7 @@ values are the formatter descriptions.</li></ul></dd>
731
731
  <br class="clear">
732
732
 
733
733
  <footer>
734
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
734
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
735
735
  </footer>
736
736
 
737
737
  <script>prettyPrint();</script>
@@ -182,7 +182,7 @@ export default FormatterManager;</code></pre>
182
182
  <br class="clear">
183
183
 
184
184
  <footer>
185
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
185
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
186
186
  </footer>
187
187
 
188
188
  <script>prettyPrint();</script>
@@ -594,7 +594,7 @@ values are the parser descriptions.</li></ul></dd>
594
594
  <br class="clear">
595
595
 
596
596
  <footer>
597
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
597
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
598
598
  </footer>
599
599
 
600
600
  <script>prettyPrint();</script>
@@ -155,7 +155,7 @@ export default ParserManager;</code></pre>
155
155
  <br class="clear">
156
156
 
157
157
  <footer>
158
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
158
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
159
159
  </footer>
160
160
 
161
161
  <script>prettyPrint();</script>
@@ -930,7 +930,7 @@ each named plugin is loaded. This method returns Promise</li></ul></dd>
930
930
  <br class="clear">
931
931
 
932
932
  <footer>
933
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
933
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
934
934
  </footer>
935
935
 
936
936
  <script>prettyPrint();</script>
@@ -304,7 +304,7 @@ export default PluginManager;
304
304
  <br class="clear">
305
305
 
306
306
  <footer>
307
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
307
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
308
308
  </footer>
309
309
 
310
310
  <script>prettyPrint();</script>
package/docs/Project.html CHANGED
@@ -2056,7 +2056,7 @@ plugins and initializes them.</li></ul></dd>
2056
2056
  <br class="clear">
2057
2057
 
2058
2058
  <footer>
2059
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2059
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2060
2060
  </footer>
2061
2061
 
2062
2062
  <script>prettyPrint();</script>
@@ -387,7 +387,7 @@ export default Project;
387
387
  <br class="clear">
388
388
 
389
389
  <footer>
390
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
390
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
391
391
  </footer>
392
392
 
393
393
  <script>prettyPrint();</script>
@@ -271,7 +271,7 @@
271
271
  <br class="clear">
272
272
 
273
273
  <footer>
274
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
274
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
275
275
  </footer>
276
276
 
277
277
  <script>prettyPrint();</script>
@@ -2179,7 +2179,7 @@ The options must contain the following required properties:
2179
2179
  <br class="clear">
2180
2180
 
2181
2181
  <footer>
2182
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2182
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2183
2183
  </footer>
2184
2184
 
2185
2185
  <script>prettyPrint();</script>
@@ -271,7 +271,7 @@
271
271
  <br class="clear">
272
272
 
273
273
  <footer>
274
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
274
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
275
275
  </footer>
276
276
 
277
277
  <script>prettyPrint();</script>
@@ -321,7 +321,7 @@
321
321
  <br class="clear">
322
322
 
323
323
  <footer>
324
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
324
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
325
325
  </footer>
326
326
 
327
327
  <script>prettyPrint();</script>
@@ -1579,7 +1579,7 @@ known by this instance of the rule manager.</li></ul></dd>
1579
1579
  <br class="clear">
1580
1580
 
1581
1581
  <footer>
1582
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1582
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1583
1583
  </footer>
1584
1584
 
1585
1585
  <script>prettyPrint();</script>
@@ -339,7 +339,7 @@ export default RuleManager;</code></pre>
339
339
  <br class="clear">
340
340
 
341
341
  <footer>
342
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
342
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
343
343
  </footer>
344
344
 
345
345
  <script>prettyPrint();</script>
package/docs/RuleSet.html CHANGED
@@ -943,7 +943,7 @@ all rules are returned.</td>
943
943
  <br class="clear">
944
944
 
945
945
  <footer>
946
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
946
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
947
947
  </footer>
948
948
 
949
949
  <script>prettyPrint();</script>
@@ -157,7 +157,7 @@ export default RuleSet;
157
157
  <br class="clear">
158
158
 
159
159
  <footer>
160
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
160
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
161
161
  </footer>
162
162
 
163
163
  <script>prettyPrint();</script>
@@ -719,7 +719,7 @@ resource files, or lines in the case of other types of files.</li></ul></dd>
719
719
  <br class="clear">
720
720
 
721
721
  <footer>
722
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
722
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
723
723
  </footer>
724
724
 
725
725
  <script>prettyPrint();</script>
@@ -211,7 +211,7 @@ export default SourceFile;
211
211
  <br class="clear">
212
212
 
213
213
  <footer>
214
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
214
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
215
215
  </footer>
216
216
 
217
217
  <script>prettyPrint();</script>
@@ -383,7 +383,7 @@ that result from parsing the file.</li></ul></dd>
383
383
  <br class="clear">
384
384
 
385
385
  <footer>
386
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
386
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
387
387
  </footer>
388
388
 
389
389
  <script>prettyPrint();</script>
@@ -299,7 +299,7 @@ plugin
299
299
  <br class="clear">
300
300
 
301
301
  <footer>
302
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
302
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
303
303
  </footer>
304
304
 
305
305
  <script>prettyPrint();</script>
@@ -131,7 +131,7 @@ export default AnsiConsoleFormatter;
131
131
  <br class="clear">
132
132
 
133
133
  <footer>
134
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
134
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
135
135
  </footer>
136
136
 
137
137
  <script>prettyPrint();</script>
@@ -153,7 +153,7 @@ export class ConfigBasedFormatter extends Formatter {
153
153
  <br class="clear">
154
154
 
155
155
  <footer>
156
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
156
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
157
157
  </footer>
158
158
 
159
159
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -511,7 +511,7 @@ by the the excludes and includes list
511
511
  <br class="clear">
512
512
 
513
513
  <footer>
514
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
514
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
515
515
  </footer>
516
516
 
517
517
  <script>prettyPrint();</script>
package/docs/index.html CHANGED
@@ -71,7 +71,7 @@
71
71
  <br class="clear">
72
72
 
73
73
  <footer>
74
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
75
75
  </footer>
76
76
 
77
77
  <script>prettyPrint();</script>
@@ -126,7 +126,7 @@ export default XliffParser;
126
126
  <br class="clear">
127
127
 
128
128
  <footer>
129
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
129
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
130
130
  </footer>
131
131
 
132
132
  <script>prettyPrint();</script>
@@ -106,7 +106,7 @@ export default XliffPlugin;
106
106
  <br class="clear">
107
107
 
108
108
  <footer>
109
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
109
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
110
110
  </footer>
111
111
 
112
112
  <script>prettyPrint();</script>
@@ -290,7 +290,7 @@ export default ResourceICUPlurals;</code></pre>
290
290
  <br class="clear">
291
291
 
292
292
  <footer>
293
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
293
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
294
294
  </footer>
295
295
 
296
296
  <script>prettyPrint();</script>
@@ -240,7 +240,7 @@ export default ResourceMatcher;
240
240
  <br class="clear">
241
241
 
242
242
  <footer>
243
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
243
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
244
244
  </footer>
245
245
 
246
246
  <script>prettyPrint();</script>
@@ -237,7 +237,7 @@ export default ResourceQuoteStyle;</code></pre>
237
237
  <br class="clear">
238
238
 
239
239
  <footer>
240
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
240
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
241
241
  </footer>
242
242
 
243
243
  <script>prettyPrint();</script>
@@ -239,7 +239,7 @@ export default ResourceMatcher;
239
239
  <br class="clear">
240
240
 
241
241
  <footer>
242
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
242
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
243
243
  </footer>
244
244
 
245
245
  <script>prettyPrint();</script>
@@ -239,7 +239,7 @@ export default ResourceMatcher;
239
239
  <br class="clear">
240
240
 
241
241
  <footer>
242
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
242
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
243
243
  </footer>
244
244
 
245
245
  <script>prettyPrint();</script>
@@ -138,7 +138,7 @@ export default ResourceUniqueKeys;</code></pre>
138
138
  <br class="clear">
139
139
 
140
140
  <footer>
141
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
141
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
142
142
  </footer>
143
143
 
144
144
  <script>prettyPrint();</script>
@@ -239,7 +239,7 @@ export default ResourceMatcher;
239
239
  <br class="clear">
240
240
 
241
241
  <footer>
242
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
242
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
243
243
  </footer>
244
244
 
245
245
  <script>prettyPrint();</script>
package/docs/walk.js.html CHANGED
@@ -213,7 +213,7 @@ export default walk;</code></pre>
213
213
  <br class="clear">
214
214
 
215
215
  <footer>
216
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Mon Feb 06 2023 10:29:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
216
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Feb 09 2023 06:55:33 GMT-0800 (Pacific Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
217
217
  </footer>
218
218
 
219
219
  <script>prettyPrint();</script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ilib-lint",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "module": "./src/index.js",
5
5
  "type": "module",
6
6
  "bin": "./src/index.js",
@@ -38,7 +38,6 @@
38
38
  "src",
39
39
  "docs",
40
40
  "log4js.json",
41
- "i18nlint.js",
42
41
  "README.md",
43
42
  "LICENSE"
44
43
  ],
@@ -64,6 +63,7 @@
64
63
  "devDependencies": {
65
64
  "assertextras": "^1.1.0",
66
65
  "docdash": "^2.0.1",
66
+ "ilib-lint-plugin-test": "file:test/ilib-lint-plugin-test",
67
67
  "jsdoc": "^4.0.0",
68
68
  "jsdoc-to-markdown": "^8.0.0",
69
69
  "nodeunit": "^0.11.3",
@@ -73,7 +73,6 @@
73
73
  "@formatjs/intl": "^2.6.3",
74
74
  "i18nlint-common": "^1.3.0",
75
75
  "ilib-common": "^1.1.3",
76
- "ilib-lint-plugin-test": "file:test/ilib-lint-plugin-test",
77
76
  "ilib-locale": "^1.2.2",
78
77
  "ilib-localeinfo": "^1.0.5",
79
78
  "ilib-tools-common": "^1.4.0",