- Updated all dependencies
- Fixed "extend" field for prettier config
- Added rule for UPPER_CASE members of enum
- Published in global npm
- Removed tsconfig
- Updated few rules
- Updated all dependencies
- Removed @typescript-eslint/camelcase rule
- Added eslint-import plugin
- Added missing package
- Added notify into gitlab-ci config
- Added rule react/jsx-closing-bracket-location
- Added rule react/jsx-one-expression-per-line
- Fixed rule
no-magic-numbers
- it allows -1, 0 and 1 as possible values - Added warning for spaces in curly breackets
- Added warning for spaces in square breackets
- Added warning for missing comma in array
- Added warning for using
Item[]
instead ofArray<Item>
- Removed rule @typescript-eslint/consistent-type-definitions