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...
 Any idea how to make a line to be consistent even it is not straight?