@atlaskit/eslint-plugin-design-system 13.40.2 → 13.40.3

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
  # @atlaskit/eslint-plugin-design-system
2
2
 
3
+ ## 13.40.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`000d0a2d3aca2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/000d0a2d3aca2) -
8
+ Remove non-erasable syntax (e.g. enums, namespaces with runtime code) from package
9
+
3
10
  ## 13.40.2
4
11
 
5
12
  ### Patch Changes
@@ -73,6 +73,7 @@ var JSXExpressionLinter = /*#__PURE__*/function () {
73
73
  * @param configuration What css-related functions to account for (eg. css, xcss, cssMap), and whether to detect bottom vs top expressions.
74
74
  * @param expression The expression to traverse and lint.
75
75
  */
76
+
76
77
  function JSXExpressionLinter(context, cssAttributeName, configuration, expression) {
77
78
  (0, _classCallCheck2.default)(this, JSXExpressionLinter);
78
79
  this.context = context;
@@ -58,6 +58,7 @@ class JSXExpressionLinter {
58
58
  * @param configuration What css-related functions to account for (eg. css, xcss, cssMap), and whether to detect bottom vs top expressions.
59
59
  * @param expression The expression to traverse and lint.
60
60
  */
61
+
61
62
  constructor(context, cssAttributeName, configuration, expression) {
62
63
  this.context = context;
63
64
  this.cssAttributeName = cssAttributeName;
@@ -66,6 +66,7 @@ var JSXExpressionLinter = /*#__PURE__*/function () {
66
66
  * @param configuration What css-related functions to account for (eg. css, xcss, cssMap), and whether to detect bottom vs top expressions.
67
67
  * @param expression The expression to traverse and lint.
68
68
  */
69
+
69
70
  function JSXExpressionLinter(context, cssAttributeName, configuration, expression) {
70
71
  _classCallCheck(this, JSXExpressionLinter);
71
72
  this.context = context;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atlaskit/eslint-plugin-design-system",
3
3
  "description": "The essential plugin for use with the Atlassian Design System.",
4
- "version": "13.40.2",
4
+ "version": "13.40.3",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
7
7
  "publishConfig": {