Pisces-TS

Results 3 issues of Pisces-TS

code style format

``` var et = require('element-theme') et.watch({ browsers: ["ie > 9", "last 2 versions"], config: './src/scss/element-variables.css', out: './src/scss/element-theme', watch: './element-theme.js', theme: "element-theme-default", minimize: false, components: [ "button", "input", "menu", "index" ],...

Usage: test: /\.woff(2)?(\?v=[0-9]\.[0-9]\.[0-9])?$/ should be test: /\.woff(2)(\?v=[0-9]\.[0-9]\.[0-9])?$/ '?' is redundant...