Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into BC-8013-remove-vue-mq
  • Loading branch information
odalys-dataport committed Mar 6, 2025
2 parents fcca5b3 + d953d10 commit 9c58a0b
Show file tree
Hide file tree
Showing 147 changed files with 3,164 additions and 4,909 deletions.
2 changes: 1 addition & 1 deletion __mocks__/maska.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* This is a mock for the vMaska directive exported by maska package.
*/
import { Jest as jest } from "@jest/environment";

// eslint-disable-next-line no-undef
const vMaska = jest.fn();

export { vMaska };
8 changes: 7 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = [
"error",
{ allowInterfaces: "with-single-extends" },
],
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-inferrable-types": "error",
"@typescript-eslint/no-require-imports": "warn",
"@typescript-eslint/no-restricted-imports": [
Expand Down Expand Up @@ -140,4 +140,10 @@ module.exports = [
},
},
},
{
files: ["src/components/icons/material/index.ts"],
rules: {
"schulcloud/material-icon-imports": "off",
},
},
];
Loading

0 comments on commit 9c58a0b

Please sign in to comment.