mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +00:00
Run Prettier, configure ESLint.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
export default function (polyPoints) {
|
||||
return polyPoints.replace(/[^e]-/, ' -').split(/(?:\s+|\s*,\s*)/g).join(' ');
|
||||
export default function(polyPoints) {
|
||||
return polyPoints
|
||||
.replace(/[^e]-/, " -")
|
||||
.split(/(?:\s+|\s*,\s*)/g)
|
||||
.join(" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user