NYPD / ritsu.js

HTML form validation
MIT License
2 stars 0 forks source link

New eslint rules to add #101

Closed NYPD closed 5 years ago

NYPD commented 5 years ago
"no-new-wrappers": ["error", "always"],    
"radix": ["error", "double"],  
"no-restricted-globals": ["error", "isNaN", "isFinite"]  
NYPD commented 5 years ago

Added more from the Airbnb style guide. not sure I agree with all of it, but most of it is good