Skip to content

Commit

Permalink
rockstor#1629 Testing eslint over d3.js.slider2.js
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Arena <mirko.arena@gmail.com>
  • Loading branch information
MFlyer committed Jan 26, 2017
1 parent 5330b54 commit 56ef6be
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 333 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Expand Up @@ -53,7 +53,8 @@ module.exports = {
]
},
'globals': {
'Backbone': true,
'_': true
'Backbone': false,
'_': false,
'd3': false
}
};

0 comments on commit 56ef6be

Please sign in to comment.