Skip to content

Commit

Permalink
update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 30, 2018
1 parent d42976f commit 028dd85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-for-of-as-array": "^1.1.1",
"es-observable": "git+https://github.com/tc39/proposal-observable.git#bf4d87144b6189e793593868e3c022eb51a7d292",
"eslint": "4.19.x",
"eslint": "5.0.x",
"eslint-import-resolver-webpack": "^0.10.0",
"eslint-plugin-import": "2.12.x",
"eslint-plugin-import": "2.13.x",
"eslint-plugin-qunit": "3.2.x",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/pure/es.promise.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DESCRIPTORS, PROTO, STRICT } from '../helpers/constants';
import { DESCRIPTORS, GLOBAL, PROTO, STRICT } from '../helpers/constants';
import { createIterable } from '../helpers/helpers';

import { Promise, Symbol } from 'core-js-pure';
Expand Down

0 comments on commit 028dd85

Please sign in to comment.