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:
parent
a2f8bd434d
commit
3a92047342
3 changed files with 10 additions and 37 deletions
|
@ -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')
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue