rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.36k stars 194 forks source link

linters? #201

Closed proProbe closed 7 years ago

proProbe commented 7 years ago

are there any linters to the library? Would love to avoid seeing the error in runtime and instead catch as much as possible while writing the code itself

rtfeldman commented 7 years ago

There are not, but any normal linter should work with it just fine!