bodil / eslint-config-cleanjs

An eslint config which reduces JS to a pure functional language
1.1k stars 33 forks source link

Forbid usage of with #3

Closed benzen closed 8 years ago

benzen commented 8 years ago

It's in the bad parts for ages, so we can drop it

bodil commented 8 years ago

It was disabled by "use strict" ages ago too. ES6 implies strict mode.