1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

Add TSLint (#340)

* Add tslint.

* Disable alphabetic ordering.

* Change place on selectionTitle.
This commit is contained in:
Oscar Hinton
2017-10-30 22:49:56 +01:00
committed by Kyle Spearrin
parent 77f9270131
commit f922b2e0cb
5 changed files with 61 additions and 8 deletions

View File

@@ -15,6 +15,11 @@ module.exports = {
},
module: {
rules: [
{
test: /\.ts$/,
enforce: 'pre',
loader: 'tslint-loader'
},
{
test: /\.tsx?$/,
use: 'ts-loader',