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

Flow not linting without top comment #70

Open
redeemefy opened this issue Jan 19, 2019 · 0 comments
Open

Flow not linting without top comment #70

redeemefy opened this issue Jan 19, 2019 · 0 comments

Comments

@redeemefy
Copy link

Expected Behavior

To have errors without adding // @flow at the top of the file.

screen shot 2019-01-19 at 5 09 57 pm

Actual Behavior

screen shot 2019-01-19 at 5 10 44 pm

Based on Flow docs, if I set all=true I should have linting on all files.

.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

Sublime Text console logs

Screenshots

Steps to Reproduce the Problem

  1. Create an empty project utilizing the package
  2. Create a src folder in root with two files inside index.html and app.js
  3. Import app.js in index.html
  4. Write the code I have in the screenshots

Specifications

  • Sublime Text 3 build: 3176
  • OS: Mojave 10.14.2
  • JavaScript Enhancements version: 0.16.20
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

1 participant