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 has been archived by the owner on Mar 25, 2021. It is now read-only.
SyntaxError: Invalid regular expression: /\\)/: Unmatched ')'
at RegExp (<anonymous>)
at cb (/Users/someusername/Documents/fun/i18n-manager/node_modules/tslint/lib/rules/quotemarkRule.js:116:33)
at visitEachNode (/Users/someusername/Documents/fun/i18n-manager/node_modules/typescript/lib/typescript.js:15956:30)
at Object.forEachChild (/Users/someusername/Documents/fun/i18n-manager/node_modules/typescript/lib/typescript.js:16089:21)
at cb (/Users/someusername/Documents/fun/i18n-manager/node_modules/tslint/lib/rules/quotemarkRule.js:119:12)
at visitEachNode (/Users/someusername/Documents/fun/i18n-manager/node_modules/typescript/lib/typescript.js:15956:30)
at Object.forEachChild (/Users/someusername/Documents/fun/i18n-manager/node_modules/typescript/lib/typescript.js:16089:21)
at cb (/Users/someusername/Documents/fun/i18n-manager/node_modules/tslint/lib/rules/quotemarkRule.js:119:12)
at visitNode (/Users/someusername/Documents/fun/i18n-manager/node_modules/typescript/lib/typescript.js:15944:20)
at Object.forEachChild (/Users/someusername/Documents/fun/i18n-manager/node_modules/typescript/lib/typescript.js:16145:24)
Bug Report
When I'm executing
npx tslint -c tslint.json 'src/**/*.ts
I'm getting error:with
tslint.json
configuration:Actual behavior
Syntax error.
Expected behavior
Should not throw error.
The text was updated successfully, but these errors were encountered: