clutchski / coffeelint

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

Option for prefer_english_operator preferring Python operators #627

Open DiThi opened 6 years ago

DiThi commented 6 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.