Skip to content

Commit 2fd0009

Browse files
committed
respect .jshintrc
1 parent 9b14a31 commit 2fd0009

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed
File renamed without changes.

src/.jshintrc.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

webpack/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ module.exports = {
9292
test: /\.js$/,
9393
include: path.resolve(__dirname, '../src'),
9494
use: [{
95-
loader: "jshint-loader",
96-
options: require(path.resolve(__dirname, '../.jshintrc.json'))
95+
loader: "jshint-loader"
9796
}]
9897
}
9998
]

0 commit comments

Comments
 (0)