Navigation Menu

Skip to content
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

Recursive dotfiles for configuration #13

Closed
mcandre opened this issue Apr 19, 2015 · 1 comment
Closed

Recursive dotfiles for configuration #13

mcandre opened this issue Apr 19, 2015 · 1 comment

Comments

@mcandre
Copy link

mcandre commented Apr 19, 2015

JavaScript linters such as JSHint, JSLint, and ESLint offer recursive configuration files for customizing warnings.

For example, a .jshintrc file in the same directory as hello.js, or an ancestor directory of hello.js, can disable warnings for Node.js-related variable names such as module.

@sinelaw
Copy link
Owner

sinelaw commented Apr 19, 2015

Currently there aren't any warnings - only errors which can't be turned off (the resulting type environment would be wrong if these errors were ignored). The reason is that Infernu is a strongly typed system, unlike Flow, TypeScript and Closure, and you can't ignore type errors.

@sinelaw sinelaw closed this as completed Apr 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants