We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To have errors without adding // @flow at the top of the file.
// @flow
Based on Flow docs, if I set all=true I should have linting on all files.
all=true
.flowconfig
[ignore] <PROJECT_ROOT>/.je-project-settings/.* [include] [libs] [lints] [options] all=true [strict]
I'm just trying out the package for sublime and create an empty JS project utilizing the package by Project > Create JavaScript Project
Project > Create JavaScript Project
src
index.html
app.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
To have errors without adding
// @flow
at the top of the file.Actual Behavior
Based on Flow docs, if I set
all=true
I should have linting on all files..flowconfig
I'm just trying out the package for sublime and create an empty JS project utilizing the package by
Project > Create JavaScript Project
Sublime Text console logs
Screenshots
Steps to Reproduce the Problem
src
folder in root with two files insideindex.html
andapp.js
app.js
inindex.html
Specifications
The text was updated successfully, but these errors were encountered: