__ __
/ _) _ _ _ ) o _ _ (_ \
| | (_ (_) (_( ( ) ) (_( | |
( ( _) ) )
| |_ _ _)_ _ _ _ ) _ _ _ ) _ _| |
\__) ( (_ (_( ) ) (_( (_( ) (_( ( (__/
_) _)
- Removed
max-len
constraint since it was conflicting with prettier formatting at times. - Removed
indent
rule for the very same reason.
2.0.0
because it is a breaking change, because now the rules are being updated to keepprettier
happy too.
- Minor updates for the base and Node.js rule sets.
- Slightly changed the code to keep it compatible with the recent version of ESLint.
- Updated the rule definitions to be stricter. — Now violations result in errors, not warnings.
- Added Node.JS-specific rules that do not depend on a transpiler (like Babel).
- Dogfooding: From now on, “Byte-Sized JavaScript Coding Standards” is linting itself as part of its CI pipeline.
- Started using yarn; meoooow!
- Created a README, added usage examples.
- Created this changelog.