We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint
1 parent 0814be6 commit 0afde8fCopy full SHA for 0afde8f
packages/eslint-config-airbnb-base/package.json
@@ -46,14 +46,14 @@
46
"homepage": "https://github.com/airbnb/javascript",
47
"devDependencies": {
48
"babel-tape-runner": "^1.3.1",
49
- "eslint": "^2.12.0",
+ "eslint": "^2.13.0",
50
"eslint-find-rules": "^1.10.0",
51
"eslint-plugin-import": "^1.8.1",
52
"tape": "^4.5.1",
53
"in-publish": "^2.0.0"
54
},
55
"peerDependencies": {
56
57
"eslint-plugin-import": "^1.8.1"
58
}
59
packages/eslint-config-airbnb-base/test/test-base.js
@@ -2,7 +2,7 @@ import fs from 'fs';
2
import path from 'path';
3
import test from 'tape';
4
5
-const index = require('../');
+import index from '../';
6
7
const files = { index };
8
0 commit comments