From 29919c02d86da10acf2b902fb9cab9998bb731a6 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 4 Sep 2022 20:44:39 +0200 Subject: feat(frontend): XState statecharts Expressing logic in statecharts for complex stateful behaviours should improve maintainability We use @xstate/cli to statically analyze statcharts before typechecking --- subprojects/frontend/.eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/.eslintrc.cjs') diff --git a/subprojects/frontend/.eslintrc.cjs b/subprojects/frontend/.eslintrc.cjs index 1db67c11..0bf65c4f 100644 --- a/subprojects/frontend/.eslintrc.cjs +++ b/subprojects/frontend/.eslintrc.cjs @@ -37,7 +37,7 @@ module.exports = { env: { browser: true, }, - ignorePatterns: ['build/**/*', 'dev-dist/**/*'], + ignorePatterns: ['build/**/*', 'dev-dist/**/*', 'src/**/*.typegen.ts'], rules: { // In typescript, some class methods implementing an inderface do not use `this`: // https://github.com/typescript-eslint/typescript-eslint/issues/1103 -- cgit v1.2.3-54-g00ecf