mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:39:26 +00:00
Lint cleanup with new rules
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
const helpers = {};
|
||||
|
||||
helpers.eq = (arg1, arg2, options) =>
|
||||
arg1 == arg2 ? options.fn(this) : options.inverse(this);
|
||||
arg1 === arg2 ? options.fn(this) : options.inverse(this);
|
||||
|
||||
module.exports = helpers;
|
||||
|
||||
Reference in New Issue
Block a user