Skip to content

Commit

Permalink
Disable linting for Tabs component example JS. (#9539)
Browse files Browse the repository at this point in the history
Backports PR #9538

**Commit 1:**
Disable linting for Tabs component example JS.

* Original sha: c54cb2d
* Authored by CJ Cenizal <[email protected]> on 2016-12-16T22:21:59Z
  • Loading branch information
elastic-jasper authored and cjcenizal committed Dec 16, 2016
1 parent 3c2147d commit ef40953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui_framework/doc_site/src/views/tabs/tabs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable */

const $tabs = $('.kuiTab');
let $selectedTab = undefined;

Expand Down

0 comments on commit ef40953

Please sign in to comment.