@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 +1 -5
- package/lib/declare/operator/index.js +1 -0
- package/package.json +1 -1
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
|
package/package.json
CHANGED