accurat / accurapp

Create JS apps with flexible build configuration, tailored for the specific needs of Accurat
MIT License
21 stars 5 forks source link

💄 setted eslint rule #53

Closed NoFishLikeIan closed 5 years ago

NoFishLikeIan commented 5 years ago

Resolves #51

marcofugaro commented 5 years ago

I think we should enable it in accordance to prettier

'generator-star-spacing': ['warn', 'after'],

https://eslint.org/docs/rules/generator-star-spacing

what do you say?