Skip to content

Commit d762bb2

Browse files
Kocaljaviereguiluz
authored andcommitted
Drop ESLint and Prettier for Biome
1 parent e5bfed4 commit d762bb2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

assets/src/controller.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
* file that was distributed with this source code.
88
*/
99

10-
'use strict';
11-
1210
import { Controller } from '@hotwired/stimulus';
1311

1412
export default class extends Controller {

assets/test/controller.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
* file that was distributed with this source code.
88
*/
99

10-
'use strict';
11-
1210
import { Application, Controller } from '@hotwired/stimulus';
1311
import { getByTestId, waitFor } from '@testing-library/dom';
1412
import { clearDOM, mountDOM } from '@symfony/stimulus-testing';
@@ -33,7 +31,7 @@ const startStimulus = () => {
3331
};
3432

3533
describe('LazyImageController', () => {
36-
let container;
34+
let container: HTMLElement;
3735

3836
beforeEach(() => {
3937
container = mountDOM(`

0 commit comments

Comments
 (0)