This PR introduces essential ESLint rules tailored specifically for RN projects. These rules have been carefully crafted to enhance overall code quality with the aim of improving every subsequent pull request. Additionally, this update extends ESLint's scope to include .tsx and .jsx files, further fortifying our codebase against potential issues.
Implementation
Add some packages to support new ESLint rules.
Reorganize action file to support caching.
After merging this PR, I'll create another one to fix any detected errors.
Objective
.tsx
and.jsx
files, further fortifying our codebase against potential issues.Implementation
After merging this PR, I'll create another one to fix any detected errors.