Open tomoshim opened 3 years ago
Although about 4 years have passed since SimpleValid created, it is still made up of the old JavaScript styles.
For example,
var
check
checkRules
So, Refactoring SimpleValid should be considered.
In addition, I would recommend introducing ESLint and Prettier. Linting and formatting would guarantees the quality of the code.
Although about 4 years have passed since SimpleValid created, it is still made up of the old JavaScript styles.
For example,
var
expression still exists in the codescheck
andcheckRules
)So, Refactoring SimpleValid should be considered.