Skip to content

Disable some TypeScript linting rules

Compare
Choose a tag to compare
@onigoetz onigoetz released this 21 Jun 19:07
· 2199 commits to master since this release

Disable some TypeScript linting rules

  • dot-notation- Produce false positives and breaks valid code
  • no-undef - This check is done by the TypeScript compiler
  • no-explicit-any - We won't force this on our users. Let them be the judge

Updates

  • @babel/* from 7.4.4 to 7.4.5
  • rollup-plugin-eslint from 5.1.0 to 6.0.0
  • webpack from 4.32.0 to 4.32.2
  • react-hot-loaderfrom 4.8.7 to 4.8.8
  • fork-ts-checker-webpack-plugin from 1.3.3 to 1.3.4
  • rollup-plugin-terser from 4.0.4 to 5.0.0