Skip to content

Commit

Permalink
Merge pull request #6 from ololabs/yet-more-tslint-deprecations
Browse files Browse the repository at this point in the history
Drop two more TS rules deprecated in 5.x series.
  • Loading branch information
gshackles authored Feb 7, 2018
2 parents f050b4f + eb4e83a commit df04965
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/tslint-config-olo/rules/functionality.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
'radix': true,
'switch-default': true,
'triple-equals': true,
'use-isnan': true,
'use-strict': true
'use-isnan': true
}
};
1 change: 0 additions & 1 deletion packages/tslint-config-olo/rules/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
'new-parens': true,
'no-angle-bracket-type-assertion': true,
'no-consecutive-blank-lines': true,
'no-constructor-vars': true,
'one-line': [true, 'check-catch', 'check-finally', 'check-else', 'check-open-brace', 'check-whitespace'],
'one-variable-per-declaration': false,
'quotemark': [true, 'single', 'jsx-double', 'avoid-escape'],
Expand Down

0 comments on commit df04965

Please sign in to comment.