Skip to content

Commit

Permalink
chore(eslint) Map and jasmine are now fine
Browse files Browse the repository at this point in the history
  • Loading branch information
stared committed Jul 12, 2016
1 parent 5d5e6b9 commit bddf8e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"lodash/prefer-lodash-method": 0
},
"env": {
"browser": true
"es6": true,
"browser": true,
"jasmine": true
}
}
1 change: 0 additions & 1 deletion js/tensor/full.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*global describe:false, it:false, expect:false*/
import * as full from './full';
import _ from 'lodash';

Expand Down
1 change: 0 additions & 1 deletion js/tensor/tensor.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*global describe:false, it:false, expect:false*/
import {Tensor} from './tensor';

describe('Tensor', () => {
Expand Down

0 comments on commit bddf8e3

Please sign in to comment.