Skip to content

Commit

Permalink
chore: fix lint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Aug 5, 2019
1 parent 2cffdd1 commit ef155d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
"tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
Expand Down
3 changes: 1 addition & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"array-type": false,
"arrow-parens": false,
"deprecation": {
"severity": "warn"
"severity": "warning"
},
"component-class-suffix": true,
"contextual-lifecycle": true,
Expand Down Expand Up @@ -32,7 +32,6 @@
"no-non-null-assertion": true,
"no-redundant-jsdoc": true,
"no-switch-case-fall-through": true,
"no-use-before-declare": true,
"no-var-requires": false,
"object-literal-key-quotes": [true, "as-needed"],
"object-literal-sort-keys": false,
Expand Down

0 comments on commit ef155d9

Please sign in to comment.