Closed benkimpel closed 5 years ago
Ok, now it's ready for a look, @dangreenisrael.
Sorry for the large commit. Given there was a refactor alongside additions, it was too hard to break this into several smaller commits.
I'd recommend skipping the diff on src/rules/padding.ts
and just reading through the file as a whole. I added a huge comment at the bottom to explain the algorithm, moved a lot of functions to module scope, renamed functions and parameterss, added comments and types for clarity, etc.
@dangreenisrael I think I've addressed your feedback, but let me know if I've missed anything. I did some work on test coverage for ast utils (ast-utils.spec.ts). Two functions left to cover, but i'd vote to handle them at a later time.
@benkimpel Feel free to merge this
@dangreenisrael merge coming up! gonna squish the PR feedback commit... not really valuable for historical purposes.
makeRule
tocreateRule
and move to main filesrc/utils.ts
overrides.files
to specify lint targetsnoImplicitAny
in tsconfigCloses #50 Closes #51