Skip to content

Commit

Permalink
Off superfluous 'no-script-url' for tests.
Browse files Browse the repository at this point in the history
Script URL is a form of eval for
  href='javascript:window.__someGlobalTestCallback();'
in test/DropdownMenuSpec.js.
  • Loading branch information
AlexKVal committed Apr 8, 2015
1 parent 3d4cfdc commit c401633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sinon": true
},
"rules": {
"no-script-url": 1,
"no-script-url": 0,
"no-unused-expressions": 0,
"react/no-multi-comp": 0,
"react/prop-types": 0
Expand Down

0 comments on commit c401633

Please sign in to comment.