Created
December 27, 2018 18:43
-
-
Save cwoolum/650ce82cb81f355b8002f10553dc2560 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rulesDirectory": ["@ionic/v4-migration-tslint/rules"], | |
"rules": { | |
"ion-action-sheet-method-create-parameters-renamed": true, | |
"ion-alert-method-create-parameters-renamed": true, | |
"ion-datetime-capitalization-changed": true, | |
"ion-item-option-method-get-sliding-percent-renamed": true, | |
"ion-overlay-method-create-should-use-await": true, | |
"ion-overlay-method-present-should-use-await": true, | |
"ion-back-button-not-added-by-default": { "options": [true], "severity": "warning" }, | |
"ion-button-attributes-renamed": true, | |
"ion-button-is-now-an-element": true, | |
"ion-chip-markup-has-changed": true, | |
"ion-fab-button-is-now-an-element": true, | |
"ion-fab-attributes-renamed": true, | |
"ion-fab-fixed-content": true, | |
"ion-col-attributes-renamed": true, | |
"ion-icon-attribute-is-active-removed": true, | |
"ion-item-is-now-an-element": true, | |
"ion-item-ion-label-required": true, | |
"ion-item-attributes-renamed": true, | |
"ion-item-divider-ion-label-required": true, | |
"ion-item-options-attribute-values-renamed": true, | |
"ion-item-option-is-now-an-element": true, | |
"ion-label-attributes-renamed": true, | |
"ion-list-header-ion-label-required": true, | |
"ion-menu-toggle-is-now-an-element": true, | |
"ion-navbar-is-now-ion-toolbar": true, | |
"ion-option-is-now-ion-select-option": true, | |
"ion-radio-attributes-renamed": true, | |
"ion-radio-slot-required": true, | |
"ion-radio-group-is-now-an-element": true, | |
"ion-range-attributes-renamed": true, | |
"ion-spinner-attribute-values-renamed": true, | |
"ion-tab-attributes-renamed": true, | |
"ion-text-is-now-an-element": true, | |
"ion-buttons-attributes-renamed": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment