@khanacademy/perseus-linter 0.1.0 → 0.2.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @khanacademy/perseus-linter
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2578bd16: Rename NotGorgon to TranslationLinter
8
+ - 2578bd16: Rename Gorgon to PerseusLinter
9
+
3
10
  ## 0.1.0
4
11
 
5
12
  ### Minor Changes
package/dist/es/index.js CHANGED
@@ -502,7 +502,7 @@ class SiblingCombinator extends SelectorCombinator {
502
502
  }
503
503
 
504
504
  /**
505
- * A Rule object describes a Gorgon lint rule. See the comment at the top of
505
+ * A Rule object describes a Perseus lint rule. See the comment at the top of
506
506
  * this file for detailed description.
507
507
  */
508
508
  class Rule {
@@ -2894,7 +2894,7 @@ var linterContextDefault = {
2894
2894
  };
2895
2895
 
2896
2896
  var allLintRules = AllRules.filter(r => r.severity < Rule.Severity.BULK_WARNING);
2897
- // Run the Gorgon linter over the specified markdown parse tree,
2897
+ // Run the Perseus linter over the specified markdown parse tree,
2898
2898
  // with the specified context object, and
2899
2899
  // return a (possibly empty) array of lint warning objects. If the
2900
2900
  // highlight argument is true, this function also modifies the parse