@putout/plugin-putout 19.2.0 → 19.3.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/README.md CHANGED
@@ -1130,11 +1130,7 @@ const {
1130
1130
  overridesPath,
1131
1131
  parserPath,
1132
1132
  rulesPath,
1133
- } = getProperties(__jsonPath, [
1134
- 'parser',
1135
- 'rules',
1136
- 'extends',
1137
- ]);
1133
+ } = getProperties(__jsonPath, ['parser', 'rules', 'extends']);
1138
1134
  ```
1139
1135
 
1140
1136
  ## License
@@ -35,4 +35,5 @@ module.exports = {
35
35
  isSimple: 'const {isSimple} = operator',
36
36
  setLiteralValue: 'const {setLiteralValue} = operator',
37
37
  matchFiles: 'const {matchFiles} = operator',
38
+ ignore: 'const {ignore} = operator',
38
39
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "19.2.0",
3
+ "version": "19.3.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin helps with plugins development",