mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 23:37:55 -05:00
[eslint config] [base] [deps] update eslint
This commit is contained in:
@@ -46,14 +46,14 @@
|
||||
"homepage": "https://github.com/airbnb/javascript",
|
||||
"devDependencies": {
|
||||
"babel-tape-runner": "^1.3.1",
|
||||
"eslint": "^2.12.0",
|
||||
"eslint": "^2.13.0",
|
||||
"eslint-find-rules": "^1.10.0",
|
||||
"eslint-plugin-import": "^1.8.1",
|
||||
"tape": "^4.5.1",
|
||||
"in-publish": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^2.12.0",
|
||||
"eslint": "^2.13.0",
|
||||
"eslint-plugin-import": "^1.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ import fs from 'fs';
|
||||
import path from 'path';
|
||||
import test from 'tape';
|
||||
|
||||
const index = require('../');
|
||||
import index from '../';
|
||||
|
||||
const files = { index };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user