Skip to content

Commit

Permalink
Fix: Disable hints which only check for existence
Browse files Browse the repository at this point in the history
These generate false-positives when users are not using a given tool.
Also re-enable hints which have been updated to avoid existence checks.
  • Loading branch information
antross committed Aug 2, 2019
1 parent 7229446 commit 4028147
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/configuration-development/index.json
Expand Up @@ -28,9 +28,10 @@
"typescript-config/no-comments": "error",
"typescript-config/strict": "error",
"typescript-config/target": "error",
"webpack-config/is-installed": "error",
"webpack-config/config-exists": "off",
"webpack-config/is-installed": "off",
"webpack-config/is-valid": "error",
"webpack-config/module-esnext-typescript": "off",
"webpack-config/module-esnext-typescript": "error",
"webpack-config/modules-false-babel": "error",
"webpack-config/no-devtool-in-prod": "error"
},
Expand Down

0 comments on commit 4028147

Please sign in to comment.