You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
What version of typescript-eslint-parser are you using?
3.0.0
What code were you trying to parse?
echo "console.log(typeof /[a-z]/)" | eslint --stdin --no-eslintrc --parser typescript-eslint-parser --rule '"no-magic-numbers": ["error"]'
What did you expect to happen?
Same result as with default parser; echo "console.log(typeof /[a-z]/)" | eslint --stdin --no-eslintrc --rule '"no-magic-numbers": ["error"]'
no errors, exitcode 0
What happened?
1:20 error No magic number: /[a-z]/ no-magic-numbers
1 problem (1 error, 0 warnings)