[ADF-1040] Change document list style rows based on permissions model (#2085)

* Change document list style rows based on permissions model

* fix test
This commit is contained in:
Eugenio Romano
2017-07-17 17:22:08 +01:00
committed by GitHub
parent 1637445fc2
commit 4ce66fd14b
29 changed files with 409 additions and 167 deletions

View File

@@ -37,8 +37,7 @@ module.exports = {
loader: 'tslint-loader',
options: {
emitErrors: true,
failOnHint: true,
fix:true
failOnHint: true
},
exclude: [/node_modules/, /bundles/, /dist/, /demo/]
},