cssinjs / css-vendor

Runtime vendor prefixing based on feature detection.
MIT License
67 stars 24 forks source link

Updated packages related to eslint #68

Closed AleshaOleg closed 5 years ago

AleshaOleg commented 5 years ago

@kof I didn't get how jss project doesn't contain any semicolons. Currently eslint-config-jss extending from eslint-config-airbnb and this package in his order get rules from eslint-config-airbnb-base, where semi rule is ['error', 'always']. Should I just manually add semi rule to .eslintrc.js or how this rule covered in jss?

kof commented 5 years ago

probably prettier config for eslint overrides it

AleshaOleg commented 5 years ago

@kof but there's no prettier in this project

kof commented 5 years ago

https://github.com/cssinjs/jss/blob/master/.prettierrc

kof commented 5 years ago

feel free to add it

AleshaOleg commented 5 years ago

ok

AleshaOleg commented 5 years ago

@kof done