npm install --save-dev @taskade/eslint-plugin
npm run build:watch
Go to packages/example
and test out the ESLint rules
NOTE: (stan@taskade.com) This rule might also cause performance issue in large project.
Not on by default due to additional configuration (parserOptions.project
) needed.
{
"rules": {
"@typescript-eslint/strict-boolean-expressions": "error"
},
"parserOptions": {
"project": "tsconfig.json"
}
}