yeoman / generator-webapp_DEPRECATED

Yeoman generator that scaffolds out a front-end web app
http://yeoman.io
974 stars 310 forks source link

Update eslint to new version #591

Closed masakura closed 9 years ago

masakura commented 9 years ago

ESLint 1.0.0 released. generator-webapp use eslint@0.24.1.

Update ESLint to major release.

silvenon commented 9 years ago

Great! :+1:

What other steps are needed? (Because you marked it as WIP.)

masakura commented 9 years ago

If it is possible, I want to add the inspection rules of indentation. Like this.

indent: [
  2,
  2
]
silvenon commented 9 years ago

Sure!

masakura commented 9 years ago

Add indent validation rule.

Should I remove [WIP] in title?

silvenon commented 9 years ago

Thanks! Yes, please.

masakura commented 9 years ago

Rebase. But, test failed.

Would you restart test?