-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for new rules: * `no-template-curly-in-string` * `multiline-ternary` (disabled by default) * `no-tabs` * `sort-keys` (disabled by default) * Replace deprecated rules with their replacements: * `no-negated-in-lhs` -> `no-unsafe-negation` * `no-native-reassign` -> `no-global-assign` * `no-spaced-func` -> `fund-call-spacing`
- Loading branch information
1 parent
2dfb186
commit 4465682
Showing
3 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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