@putout/plugin-putout 19.3.0 → 19.3.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.
package/README.md
CHANGED
|
@@ -1130,7 +1130,11 @@ const {
|
|
|
1130
1130
|
overridesPath,
|
|
1131
1131
|
parserPath,
|
|
1132
1132
|
rulesPath,
|
|
1133
|
-
} = getProperties(__jsonPath, [
|
|
1133
|
+
} = getProperties(__jsonPath, [
|
|
1134
|
+
'parser',
|
|
1135
|
+
'rules',
|
|
1136
|
+
'extends',
|
|
1137
|
+
]);
|
|
1134
1138
|
```
|
|
1135
1139
|
|
|
1136
1140
|
## License
|
package/package.json
CHANGED