Tags:
- π₯ [Breaking Change]
- π [New Feature]
- π [Bug Fix]
- π [Documentation]
- π [Internal]
- π [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
- Remove restricted syntax rule
- Updated statoscope dependencies
- Ignore webpack magic comments in
capitalized-comments
eslint rule
- Removed
stlint
- Updated
yarn@4
- Moved on
yarn
package manager
- Moved
eslint-plugin-enchanted-curly
dependency on npm
- Disabled
require-jsdoc
andjsdoc/newline-after-description
- Small fixes on typescript and base eslint configs
- Migrated on
eslint@8
- Removed
babel-parser
- Removed
prettier
- Refactored eslint rules
- Added configs for
jest-eslint-runner
- Added
jsdoc-eslint
plugin
- Added new dependencies:
@statoscope/stats-validator-plugin-webpack
and@statoscope/stats-validator-reporter-console
to lint statoscope reports
- Removed
tslint.json
- Added
useTabs
to.prettierrc.js
- Updated dependencies:
[email protected]
[email protected]
@typescript-eslint/[email protected]
@typescript-eslint/[email protected]
[email protected]
- Fixed a version of
eslint-plugin-import
to2.22.1
- Updated dependencies:
[email protected]
@typescript-eslint/[email protected]
@typescript-eslint/[email protected]
[email protected]
- Disabled
import/no-duplicates
- Set
@typescript-eslint/no-duplicate-imports
includeExports
tofalse
- Added
@typescript-eslint/no-duplicate-imports
instead ofno-duplicate-imports
- Updated dependencies:
[email protected]
@typescript-eslint/[email protected]
@typescript-eslint/parser/[email protected]
@v4fire/[email protected]
[email protected]
[email protected]
[email protected]
@typescript-eslint
:- Added
@typescript-eslint/no-use-before-define
- Added
@typescript-eslint/no-redeclare"
- Added
- Updated dependencies
@typescript-eslint/[email protected]
,@typescript-eslint/[email protected]
,[email protected]
- Added an override for
lib/*.js
- Added
npm run up
- Added badges within
README.md
- Disabled
no-duplicate-imports
- Fixed a version of
eslint
to7.7.0
- Updated dependencies:
@v4fire/[email protected]
- tslint
no-use-before-declare
->false
no-var-requires
->false
unified-signatures
->false
no-invalid-template-strings
->false
- tslint
no-var-keyword
->false
- Updated dependencies:
@typescript-eslint/[email protected]
"@typescript-eslint/[email protected]
[email protected]
[email protected]
[email protected]
- tslint
member-ordering
->false
- eslint
capitalized-comments.ignorePattern
->#|tslint
- tslint
object-literal-key-quotes
->false
- tslint
strict-type-predicates
->false
no-extra-parens
->off
implicit-arrow-linebreak
->off
@typescript-eslint/require-array-sort-compare
->["error", {"ignoreStringArrays": true}]
- Fixed the version of @typescript-eslint/[email protected], @typescript-eslint/[email protected]
- Added overrides for
src/entries
- Added .stlintrc
- Initial release