Migrate to oxlint and oxfmt v2 (#2130)
* Migrate to oxlint and oxfmt * Address review comments
This commit is contained in:
@@ -19,11 +19,9 @@ describe('javascript-compiler api', function () {
|
||||
) {
|
||||
return parent + '.bar_' + name;
|
||||
};
|
||||
/* eslint-disable camelcase */
|
||||
expectTemplate('{{foo}}')
|
||||
.withInput({ bar_foo: 'food' })
|
||||
.toCompileTo('food');
|
||||
/* eslint-enable camelcase */
|
||||
});
|
||||
|
||||
// Tests nameLookup dot vs. bracket behavior. Bracket is required in certain cases
|
||||
|
||||
Reference in New Issue
Block a user