@putout/plugin-conditions 3.0.0 → 3.0.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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- module.exports.report = () => 'Strict equal should be used instead of equal';
3
+ module.exports.report = () => `Use strict equal ('===') instead of equal ('==')`;
4
4
 
5
5
  module.exports.exclude = () => [
6
6
  '__ == null',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-conditions",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin adds support of conditions transformations",
@@ -37,7 +37,7 @@
37
37
  "c8": "^8.0.0",
38
38
  "eslint": "^8.0.1",
39
39
  "eslint-plugin-n": "^16.0.0",
40
- "eslint-plugin-putout": "^19.0.0",
40
+ "eslint-plugin-putout": "^20.0.0",
41
41
  "lerna": "^6.0.1",
42
42
  "madrun": "^9.0.0",
43
43
  "montag": "^1.2.1",