mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
gex: adjust tsconfig
This commit is contained in:
@@ -18,5 +18,8 @@ module.exports = {
|
|||||||
|
|
||||||
// disable rules from base configurations
|
// disable rules from base configurations
|
||||||
"for-direction": "off",
|
"for-direction": "off",
|
||||||
|
|
||||||
|
"@typescript-eslint/no-explicit-any": "warn",
|
||||||
|
"@typescript-eslint/ban-ts-comment": "off"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
declare const imports: any;
|
|
||||||
// REF: https://gjs.guide/extensions/development/creating.html
|
// REF: https://gjs.guide/extensions/development/creating.html
|
||||||
|
|
||||||
import { AnimeDbus } from "./modules/dbus/animatrix";
|
import { AnimeDbus } from "./modules/dbus/animatrix";
|
||||||
|
|||||||
Reference in New Issue
Block a user