Nate Willard

Results 4 comments of Nate Willard

Also ran into this using the eslint `parserOptions.project` configuration: ``` "parserOptions": { "project": "./tsconfig.json" }, ``` This yields an error for a missing file: `[{"filePath":"/Users//Button.tsx","messages":[{"ruleId":null,"fatal":true,"severity":2,"message":"Parsing error: Cannot read file '/users//node_modules/.pnpm/[email protected]/tsconfig.json'."}]`....

With mask as a function (using typescript and lodash): ``` const mask = ((rawValue: string) => { if (_.trim(rawValue, '_').length > 5) { return [/\d/, /\d/, /\d/, /\d/, /\d/, '-',...

I made a `` wrapping component for this: https://github.com/text-mask/text-mask/issues/1013#issuecomment-964584656

@marcominetti - if I made a PR to merge 9.x+ support into this repo would you be amenable to merging? Also would be happy to merge myself if you'd rather...