eslint-plugin-crisp 1.0.33 → 1.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-crisp",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Custom EsLint Rules for Crisp",
5
5
  "main": "index.js",
6
6
  "author": "Crisp IM SAS",
@@ -116,7 +116,7 @@ module.exports = {
116
116
 
117
117
  if (jsdocString !== formattedJSDoc && parsedJSDoc.description && parsedJSDoc.scope) {
118
118
  context.report({
119
- node,
119
+ node: jsdocComment,
120
120
  message: 'JSDoc alignment issue',
121
121
  fix(fixer) {
122
122
  return fixer.replaceText(jsdocComment, formattedJSDoc);