Nyalab / caniuse-api

request the caniuse data to check browsers compatibilities
MIT License
356 stars 27 forks source link

add a js linter #13

Closed Nyalab closed 9 years ago

Nyalab commented 9 years ago

find a good es6 one

MoOx commented 9 years ago

npm i eslint@es6jsx :) Also jscs (both are complementary)

Nyalab commented 9 years ago

i tried eslint, but it did not work (it did not work well with es6 modules)

MoOx commented 9 years ago

deezer is using it. npm i yannickcr/eslint#deezer helped me :)