Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rastating committed Jan 13, 2019
1 parent 4e0c236 commit 26696c4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .eslintrc.json
Expand Up @@ -31,19 +31,14 @@
}
},
{
"files": ["scripts/*.jsx"],
"files": ["scripts/*/*.jsx"],
"rules": {
"no-unused-vars": "off"
"no-unused-vars": "off",
"no-global-assign": "off"
},
"globals": {
"XMLHttpRequest": false
}
},
{
"files": ["scripts/*.spec.jsx"],
"rules": {
"no-global-assign": "off"
}
}
]
}

0 comments on commit 26696c4

Please sign in to comment.