Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: turn off typescript 'no-undef' rule per docs #144

Merged
merged 2 commits into from May 26, 2021

Commits on Mar 7, 2021

  1. Turn off 'no-undef' rule per docs

    Docs say:
    >We strongly recommend that you do not use the no-undef lint rule on TypeScript projects. The checks it provides are already provided by TypeScript without the need for configuration - TypeScript just does this significantly better.
    OrkhanAlikhanov committed Mar 7, 2021
    Copy the full SHA
    69ebf14 View commit details
    Browse the repository at this point in the history
  2. Fix spacing issue

    OrkhanAlikhanov committed Mar 7, 2021
    Copy the full SHA
    e4a8af5 View commit details
    Browse the repository at this point in the history