Disable HTML linter.
This commit is contained in:
parent
9eed69363f
commit
5627746e98
@ -51,11 +51,11 @@ module.exports = {
|
|||||||
'promise'
|
'promise'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
}, {
|
//}, {
|
||||||
test: /\.html$/,
|
// test: /\.html$/,
|
||||||
exclude: /views/,
|
// exclude: /views/,
|
||||||
enforce: 'pre',
|
// enforce: 'pre',
|
||||||
loader: 'htmllint-loader'
|
// loader: 'htmllint-loader'
|
||||||
}, {
|
}, {
|
||||||
test: /\.jsx?$/,
|
test: /\.jsx?$/,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
|
Loading…
Reference in New Issue
Block a user