* Webpack Plugins
*/
const DefinePlugin = require('webpack/lib/DefinePlugin')
-const ExtractTextPlugin = require('extract-text-webpack-plugin')
-const IgnorePlugin = require('webpack/lib/IgnorePlugin')
const LoaderOptionsPlugin = require('webpack/lib/LoaderOptionsPlugin')
const NormalModuleReplacementPlugin = require('webpack/lib/NormalModuleReplacementPlugin')
-const ProvidePlugin = require('webpack/lib/ProvidePlugin')
const UglifyJsPlugin = require('webpack/lib/optimize/UglifyJsPlugin')
const WebpackMd5Hash = require('webpack-md5-hash')
-const V8LazyParseWebpackPlugin = require('v8-lazy-parse-webpack-plugin')
/**
* Webpack Constants
[/\*/, /(?:)/],
[/\[?\(?/, /(?:)/]
],
- customAttrAssign: [/\)?\]?=/]
+ customAttrAssign: [/\)?]?=/]
},
// FIXME: Remove
],
"no-arg": true,
"no-construct": true,
- "no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": true,
"no-eval": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
- "no-unused-variable": true,
- "no-unreachable": true,
"no-use-before-declare": true,
"one-line": [true,
"check-open-brace",
"triple-equals": true,
"variable-name": false,
- "directive-selector-name": [true, "camelCase"],
- "component-selector-name": [true, "kebab-case"],
- "directive-selector-type": [true, "attribute"],
- "component-selector-type": [true, "element"],
- "directive-selector-prefix": [true, "my"],
- "component-selector-prefix": [true, "my"],
+ "directive-selector": [true, "attribute", "my", "camelCase"],
+ "component-selector": [true, "element", "my", "kebab-case"],
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": true,
"no-attribute-parameter-decorator": true,
"no-input-rename": true,
"no-output-rename": true,
- "no-forward-ref" :true,
+ "no-forward-ref": true,
"use-life-cycle-interface": true,
"use-pipe-transform-interface": true,
"pipe-naming": [true, "camelCase", "my"],
"component-class-suffix": true,
"directive-class-suffix": true,
+ "import-destructuring-spacing": true,
+ "templates-use-public": true,
+ "no-access-missing-member": true,
+ "invoke-injectable": true,
"typedef-whitespace": [ true,
{