Skip to content
This repository has been archived by the owner. It is now read-only.

Frontend not running on Windows machines #83

Open
schlenger opened this issue Jul 14, 2021 · 1 comment
Open

Frontend not running on Windows machines #83

schlenger opened this issue Jul 14, 2021 · 1 comment

Comments

@schlenger
Copy link
Contributor

I'm getting the error [eslint] Delete 'cr' [prettier/prettier].

Expanding the ruleset for the eslint configuration fixed this for me:

rules: {
    '@typescript-eslint/no-non-null-assertion': 'off',
    '@typescript-eslint/no-explicit-any': 'off',
    'prettier/prettier': [
      'error',
      {
        endOfLine: 'auto',
      },
    ],
  },

Since I've already integrated the changes, I can open a PR if needed.

@schlenger
Copy link
Contributor Author

Also the build is not running since cp is not available on Windows machines. Is it best practice to overwrite the tsconfig.json file? The prebuild command looks like a hack to me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant