clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.18k stars 171 forks source link

Option for prefer_english_operator preferring Python operators #627

Open DiThi opened 7 years ago

DiThi commented 7 years ago

Specifically, in Python == is not the same as is, and isnt doesn't exist. The others (and, or, not) would remain the same. This can help people that codes in both languages every day.