Skip to content

Commit

Permalink
fix(eslint): resolve import/no-extraneous-dependencies error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Aug 19, 2016
1 parent d2ad152 commit 191d07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint import/no-extraneous-dependencies: [error, { devDependencies: true }] */
'use strict';

const assert = require('assert');
Expand Down

0 comments on commit 191d07d

Please sign in to comment.