feat: add kcal app

This commit is contained in:
2026-08-07 13:33:17 +07:00
parent 1ee76faf55
commit c02448f7d9
39 changed files with 6966 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
import { base, compose, imports, stylistic, typescript, vitest } from '@robonen/eslint';
export default compose(
base,
typescript,
imports,
stylistic,
vitest,
{
name: 'kcal/overrides',
rules: {
// Дефы движка и доменные расчёты плотно работают с числовыми литералами.
'unicorn/no-zero-fractions': 'off',
},
},
);