All notable changes to this project will be documented in this file.
- packaging: move public API to
ng-seed
organization
- atr: add
no-duplicate-imports
rule - atr: add
space-within-parens
rule - atr: set
check-rest-spread
,check-typecast
,check-type-operator
options towhitespace
- atr: set
check-else-if
option toprefer-conditional-expression
- atr: set
ignore-bound-class-methods
option tosemicolon
- atr: add
encoding
rule - atr: add
curly
rule - atr: add
prefer-object-spread
rule - atr: add
binary-expression-operand-order
rule - atr: add
prefer-conditional-expression
rule - atr: add
angular-whitespace
rule - atr: add
banana-in-box
- atr: add
templates-no-negated-async
- atr: set
max-file-line-count
option to1500
- atr: set
2
option toindent
- atr: set
avoid-template
option toquotemark
- atr: set
no-forward-ref
option totrue
- atr: set
allow-leading-underscore
option tovariable-name
- atr: set
ban-single-arg-parens
option toarrow-parens
- atr: remove
no-magic-numbers
- atr: remove
lodash
fromimport-blacklist
- atr: remove
no-unnecessary-callback-wrapper