Saša Jovanić

Results 12 comments of Saša Jovanić

Hi @s-gurevich I'll be happy to add support for account number validation for Germany, but my understanding is that every bank in Germany has their own way to validate account...

I will add support for custom validation function in the future, so it will be possible to make separate package as add-on for this kind of problems. I can't see...

Extraction of account number, bank and branch code is planned for future release.

@baumerdev thanks a lot. If you can and have time, please make PR with that function that will allow custom validation function + tests. Feel free to add link your...

@baumerdev Thanks a lot, PR is merged. I'll make new release today.

I'll prefer `source-inplace` to stay because of integration with `typescript-tide` and growing number of rules in `tslint` that depend on `tsconfig`. @everedifice Temporally files that Flycheck generates are in format...

`create-react-app-typescript` is definitely a problem. It uses webpack when you run `yarn start`, but webpack config is buried somewhere in `react-scripts-ts`, so adding `flycheck_*` to the list of ignored files...

Sorry that it took me almost two years to implement this. It works only for countries where I have data to do extraction. Except `accountNumber`, `bankIdentifier` and `branchIdentifier` is also...

See #1085 - for every new buffer we run `eslint --print-config .` in `current-directory` to check if we can use `eslint`. Otherwise, `eslint` without any configuration or when configuration is...

Other option is to offload configuration from npm modules into your config file and check if that speeds anything up.