mobify / stencil

DEPRECIATED - The latest Stencil development is currently taking place in the Adaptive.js repo.
MIT License
4 stars 0 forks source link

Lint and Comb every Stencil component #54

Closed kpeatt closed 10 years ago

kpeatt commented 10 years ago

Status: Opened for visibility Reviewers: @jeffkamo @ry5n

Changes

ry5n commented 10 years ago

I’m surprised there are so few code changes needed. All the ones in the diff look good.

The deal-breaker for me here is that we shouldn’t be adding lint and comb configs to project repos: they should live in the mobify-code-style repo and Stencil should depend on them via npm. Consistency is hard to cultivate and having multiple configs that can get out of sync is something we should avoid.

kpeatt commented 10 years ago

@ry5n Ah, good idea. I'll get those out and see how our npm module works.

ry5n commented 10 years ago

Probably should be a devDependency in package.json. We should add a grunt task for each linter.