Updating our eslint-config-kodefox dependencies to latest version
Changes
The eslint base rules itself are updated to support Node 20
Add node eslint rules
Add eslint recommended rules to the base rules
Adjust typescript-eslint setting per their docs and planned to later add recommended-type-checked instead of just using recommended
Caveat
While i've tested this on DBO microservice (consist of node and typescript) I haven't test this yet on react and react-native project so I'm expecting this rules might break the react and react-native rules. Worst case though user can use previous version for react and react native while using this new version for node
Updating our eslint-config-kodefox dependencies to latest version
Changes
Caveat
While i've tested this on DBO microservice (consist of node and typescript) I haven't test this yet on react and react-native project so I'm expecting this rules might break the react and react-native rules. Worst case though user can use previous version for react and react native while using this new version for node