WIP emit errors tslint
parent
c46125d42b
commit
130a9e42d8
|
@ -9,7 +9,7 @@
|
|||
"url": "github:influxdata/chronograf"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn run clean && webpack --config ./webpack/prod.config.js",
|
||||
"build": "yarn run clean && webpack --config ./webpack/prod.config.js --progress",
|
||||
"build:dev": "webpack --config ./webpack/dev.config.js",
|
||||
"build:vendor": "webpack --config webpack/vendor.config.js",
|
||||
"start": "yarn run clean && yarn run build:vendor && webpack --watch --config ./webpack/dev.config.js",
|
||||
|
|
|
@ -4,6 +4,8 @@ import AlertTabs from 'src/kapacitor/components/AlertTabs'
|
|||
|
||||
import {Kapacitor, Source} from 'src/types'
|
||||
|
||||
console.log('foo')
|
||||
|
||||
export interface Notification {
|
||||
id?: string
|
||||
type: string
|
||||
|
|
|
@ -60,7 +60,7 @@ const config = {
|
|||
loader: 'tslint-loader',
|
||||
enforce: 'pre',
|
||||
options: {
|
||||
emitWarning: true,
|
||||
emitErrors: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue