eslint-plugin-putout 25.1.1 → 25.1.2

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 (2) hide show
  1. package/lib/index.mjs +2 -0
  2. package/package.json +1 -1
package/lib/index.mjs CHANGED
@@ -139,4 +139,6 @@ export const configs = {
139
139
  esm,
140
140
  };
141
141
 
142
+ export const {rules} = putout;
143
+
142
144
  export default putout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-putout",
3
- "version": "25.1.1",
3
+ "version": "25.1.2",
4
4
  "type": "commonjs",
5
5
  "description": "ESLint plugin for 🐊Putout",
6
6
  "release": false,