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 Aug 7, 2023. It is now read-only.
Error: Could not find the following rules specified in the configuration: new-parens no-default-export one-variable-per-declaration
Error: Could not find the following rules specified in the configuration:
new-parens
no-default-export
one-variable-per-declaration
at Object.loadRules (/Users/adam/.atom/packages/linter-tslint/node_modules/tslint/lib/ruleLoader.js:29:15)
at Linter.lint (/Users/adam/.atom/packages/linter-tslint/node_modules/tslint/lib/tslint.js:26:44)
at /Users/adam/.atom/packages/linter-tslint/lib/init.coffee:101:31
No error from command line running tslint -c tslint.json src/app/settings.ts
tslint -v shows 2.10.2
atom version of linter-tslint shows 0.9.3
atom version of linter shows 1.11.4
I checked the latest tslint rules and the three rules in the error are valid rule names.
Any ideas what else I can check?
The text was updated successfully, but these errors were encountered:
Ah ha! Assuming you meant tslint3.10.2, then you are trying to use rules that didn't exist yet till that version. I'm releasing an update to this package shortly that includes that version which should fix your issue.
Hi, I get this error from atom:
No error from command line running tslint -c tslint.json src/app/settings.ts
tslint -v shows 2.10.2
atom version of linter-tslint shows 0.9.3
atom version of linter shows 1.11.4
I checked the latest tslint rules and the three rules in the error are valid rule names.
Any ideas what else I can check?
The text was updated successfully, but these errors were encountered: