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:
committed by
Kyle Spearrin
parent
77f9270131
commit
f922b2e0cb
@@ -15,6 +15,11 @@ module.exports = {
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.ts$/,
|
||||
enforce: 'pre',
|
||||
loader: 'tslint-loader'
|
||||
},
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
use: 'ts-loader',
|
||||
|
||||
Reference in New Issue
Block a user