this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix eslint issue

+1 -1
+1 -1
source/to-decimal.ts
··· 13 13 ow( 14 14 string, 15 15 ow.string 16 - .matches(/^[A-Z]+$/) 16 + .matches(/^[A-Z]+$/v) 17 17 .message( 18 18 `Expected string to only contain upper-case letters, got \`${string}\``, 19 19 ),