caiogondim / fast-memoize.js

:rabbit2: Fastest possible memoization library

Home Page:https://npm.im/fast-memoize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm run lint errors.

aladdin-add opened this issue · comments

Care to fix it?

some stylistic issues can be easily fixed. I will open a PR later.😄

I'm not getting those errors.
I'm trying to replicate with npm run lint

npm run lint

I get nothing...

Oh. got it. seems like eslint read a config from my local.

image

the question is I didn't find a config in the repo. Did you forget to commit?

Indeed, I forgot to add it.
I usually just use standard.js
You care to change it to standard.js?

I think it's better to have its own config -- contributors may not using standard in their local.

opened a PR to fix it. #55

but seems like you are using eslint-config-standard, not standard. so also need a config.