caiogondim / fast-memoize.js

:rabbit2: Fastest possible memoization library
https://npm.im/fast-memoize
MIT License
2.58k stars 86 forks source link

Switch eslint for standard #57

Closed caiogondim closed 7 years ago

caiogondim commented 7 years ago

@Aladdin-ADD that is what I was talking about regarding switching eslint for standard

codecov-io commented 7 years ago

Codecov Report

Merging #57 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #57   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          32     32           
  Branches        8      8           
=====================================
  Hits           32     32
aladdin-add commented 7 years ago

so .eslintrc is no longer needed?

caiogondim commented 7 years ago

standard is basically a pre-configured eslint. So no conf file needed :tada: