Dmitry Efimenko

Results 2 comments of Dmitry Efimenko

some business customer in Estonia may want to use +3726xxxxx for their phone nr, but [validation](https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js#L72) does`t allows us to use it ``` 'et-EE': /^(\+?372)?\s?(5|8[1-4])\s?([0-9]\s?){6,7}$/, ``` PS, im not from...

> @svdoever `react-scripts start` will run the typescript compiler and overwrite `tsconfig.json`. on webpack config ```js module: { rules: [ { test: /\.tsx?$/, use: [ { loader: 'ts-loader', options: {...