Patryk Janik

Results 2 issues of Patryk Janik

[BUG] ### Description I have created 2 package.json npm scripts: ``` "lint-staged:test": "lint-staged", "eslint:test": "eslint --fix src/global/AppRouter/AppRouter.tsx", ``` My configuration for lint-staged looks like; ``` "lint-staged": { "*.tsx": [ "eslint...

![image](https://user-images.githubusercontent.com/7398214/112962412-a3fdf580-9146-11eb-841e-2603151bfa8d.png) Any idea how to make a line to be consistent even it is not straight?