Open
Description
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
[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
- Create an empty project utilizing the package
- Create a
src
folder in root with two files insideindex.html
andapp.js
- Import
app.js
inindex.html
- 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
Metadata
Metadata
Assignees
Labels
No labels