-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add dtslint to repo #1094
base: master
Are you sure you want to change the base?
Conversation
@chadoh @BlaineHeffron and @Shaptic |
config/.eslintrc.js
Outdated
// ERROR | ||
'no-unused-expressions': [2, { allowTaggedTemplates: true }] | ||
} | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC there's something weird about .eslintrc.js
existing in the root directory and being picked up by subprograms, bundlers, etc. so I'd prefer if we kept it in there instead of moving it like this. I would say all of config/*
needs to get out of that folder (it was a mistake for me to try to consolidate in the first place) but that's a separate issue entirely.
Please kindly review @Shaptic |
resolves #649