queerviolet / bones

MIT License
36 stars 119 forks source link

Added a basic lint config and make existing code conform to it. #39

Closed queerviolet closed 7 years ago

queerviolet commented 7 years ago

I've intentionally turned down the pickiness of the linter rules. I might personally prefer a stricter and weirder style, but the idea here is to have something minimal and approachable that doesn't make too much noise, but does warn for common problems.

queerviolet commented 7 years ago

@intersim, @glebec, this seems like something you might want to peruse

glebec commented 7 years ago

Thanks @queerviolet, I do want to check this out at least partly because I did some work on my own fork to improve the lint watch script to properly report changes across the whole project (the webpack plugin in the Fullstack fork only detects front end changes). I'm not picky about the specific config so long as it's easy for students to collaborate on it.