Answers for "Do not use "// @ts-ignore" comments because they suppress compilation errors"

0

Do not use "// @ts-ignore" comments because they suppress compilation errors

/* 
Step 1: Add this rule to `.eslintrc` file
Step 2: Restart local server
*/
  "rules": {
    "@typescript-eslint/ban-ts-ignore": "off"
  }
...
Posted by: Guest on August-20-2020

Code answers related to "Do not use "// @ts-ignore" comments because they suppress compilation errors"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language