We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb2b3d7 + eafc4e0 commit 620ca27Copy full SHA for 620ca27
2 files changed
app/templates/_package.json
@@ -155,8 +155,8 @@
155
"karma-requirejs": "~0.2.2",
156
"karma-jade-preprocessor": "0.0.11",
157
"karma-phantomjs-launcher": "~1.0.0",<% if (filters.jade) { %>
158
- "karma-ng-jade2js-preprocessor": "^0.2.0",<% } else { %>
159
- "karma-ng-html2js-preprocessor": "~0.2.0",<% } %>
+ "karma-ng-jade2js-preprocessor": "^0.2.0",<% } %>
+ "karma-ng-html2js-preprocessor": "~0.2.0",
160
"karma-spec-reporter": "~0.0.20",
161
"sinon-chai": "^2.8.0",
162
"mocha": "^2.2.5",<% if (filters.mocha) { %>
app/templates/client/tslint.json(ts)
@@ -21,7 +21,6 @@
21
"no-debugger": true,
22
"no-duplicate-key": true,
23
"no-duplicate-variable": true,
24
- "no-empty": true,
25
"no-eval": true,
26
"no-inferrable-types": true,
27
"no-shadowed-variable": true,
0 commit comments