This is a Javascript Mini Linter built using OOP in Ruby which can scan and report common errors in JS (like indentation, stylistic, typos, missing parentheses, and opening/closing curly braces).
Stars
10
Forks
0
Watchers
10
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
57
commits
Update ReadMe.md file adding screenshot of linter error
fd640b6View on GitHubRefractor function name & parentheses to remove puts from lib folder
17cf314View on GitHubRefractor indentation and ~_end to remove puts from lib folder
af4d1fdView on GitHubFinish moving methods from Models into ErrorScanner class
bf9fcb8View on GitHubMove methods from modules into single file, ErrorScanner class
cdb715dView on GitHubRemove duplicated method close_curlybrace from main file
3f6c840View on GitHubMove close_curlybrace into separate file in lib folder
a1bd6b8View on GitHub