You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using gulp-jscs 4.0
I get this error at the beginning of the first line of one of my js files:
Expected token value ":" but = found at /Users/arefe/workspaces/workspace/core-tools-libs/modules/visualizations/src/react-visualization/tables/crosstab/crosstab-transform.js :
1 |'use strict';
-----^
2 |
3 |import IndiceeTransformer from '../../indicee-transformer/indicee-transformer';
it looks like the error is independent of what is in that line of code, as when I changed it to whatever, it still complains. Any idea how I can fix this? I have other files with the exact same first few lines which pass the jscs, only this one is an issue.
The text was updated successfully, but these errors were encountered:
I am using gulp-jscs 4.0
I get this error at the beginning of the first line of one of my js files:
Expected token value ":" but = found at /Users/arefe/workspaces/workspace/core-tools-libs/modules/visualizations/src/react-visualization/tables/crosstab/crosstab-transform.js :
1 |'use strict';
-----^
2 |
3 |import IndiceeTransformer from '../../indicee-transformer/indicee-transformer';
it looks like the error is independent of what is in that line of code, as when I changed it to whatever, it still complains. Any idea how I can fix this? I have other files with the exact same first few lines which pass the jscs, only this one is an issue.
The text was updated successfully, but these errors were encountered: