1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Remove JSCS, JSHint, Standard.

This commit is contained in:
Gunther Brunner 2016-01-15 19:10:49 +09:00
parent a2f8bd434d
commit 3a92047342
3 changed files with 10 additions and 37 deletions

View file

@ -67,13 +67,14 @@ module.exports = {
{ test: /uuid\.js$/, loader: 'imports?require=>undefined'},
{ test: /dialogs\.js$/, loader: 'script'}
],
preLoaders: [
{
test: /\.js$/,
exclude: /node_modules|bower_components/,
loader: 'jshint-loader'
}
],
// TODO: enable when its sane
//preLoaders: [
// {
// test: /\.js$/,
// exclude: /node_modules|bower_components/,
// loader: 'eslint-loader'
// }
//],
noParse: [
//pathutil.resource('bower_components')
]