Skip to content

Commit 8836983

Browse files
committed
add eslint-disable
1 parent aa23cb0 commit 8836983

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable import/prefer-default-export */
12
declare module 'cssjanus' {
23
export function transform(input: string): string;
34
}

packages/mui-plugin-rtl/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable default-case, no-return-assign, curly, prefer-template, @typescript-eslint/no-unused-vars */
12
/**
23
* Copied from https://github.com/styled-components/stylis-plugin-rtl/blob/main/src/stylis-rtl.ts
34
* with a modification at line 67 to handle layer rules.

0 commit comments

Comments
 (0)