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

globals under overrides does not work for me #78

Closed
guy-mograbi-at-gigaspaces opened this issue Feb 10, 2016 · 1 comment
Closed

globals under overrides does not work for me #78

guy-mograbi-at-gigaspaces opened this issue Feb 10, 2016 · 1 comment

Comments

@guy-mograbi-at-gigaspaces

this is my configuration

"xo" : {
    "space" : 4,

    "overrides" : {
      "test" : "test/*.spec.js",
      "globals" : [ "it" , "describe" ]
    }

  }

and I am getting

test/test.spec.js
  8:1  error  "describe" is not defined  no-undef
  9:5  error  "it" is not defined        no-undef
@sindresorhus
Copy link
Member

The overrides feature is not released yet. The readme reflects current master. The release is blocked by #71.

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