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
I referenced this lint config a bit ago and Anthony helped me realize that the parserOptions section is not being used and is also misleading (no template strings??). Since babel-eslint is the parser, the parserOptions are ignored.
I referenced this lint config a bit ago and Anthony helped me realize that the
parserOptions
section is not being used and is also misleading (no template strings??). Sincebabel-eslint
is the parser, the parserOptions are ignored.https://github.com/CanopyTax/eslint-config-canopy/blob/master/lint-config.js#L8
https://eslint.org/docs/user-guide/configuring#specifying-parser-options
The text was updated successfully, but these errors were encountered: