Migrate to oxlint and oxfmt v2 (#2130)

* Migrate to oxlint and oxfmt
* Address review comments
This commit is contained in:
Igor Savin
2026-03-10 18:27:44 +02:00
committed by GitHub
parent 169ef75066
commit 2f68d9425b
49 changed files with 3189 additions and 3564 deletions
-2
View File
@@ -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