Skip to content

Commit 46d10ea

Browse files
Merge pull request #106 from Itzzavdheshh/comm
feat: enterprise-grade credit economy, wallet billing ledger & cost p…
2 parents c55a181 + 77eb269 commit 46d10ea

63 files changed

Lines changed: 4486 additions & 161 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

eslint.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ export default tseslint.config(
2626
},
2727
rules: {
2828
...reactHooks.configs.recommended.rules,
29-
"react-refresh/only-export-components": ["warn", { allowConstantExport: true }],
29+
"react-refresh/only-export-components": [
30+
"warn",
31+
{ allowConstantExport: true },
32+
],
33+
"@typescript-eslint/no-explicit-any": "warn",
34+
"@typescript-eslint/no-unused-vars": [
35+
"error",
36+
{ "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }
37+
],
3038
},
3139
},
3240
);

lint_output.txt

33.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)