Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 13, 2021
1 parent b139d39 commit 11fe0cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/rx-ts/tslint-config-eslint/compare/v0.3.0...v0.4.0) (2021-03-13)


### Features

* split sonar/sonarjs configs, add more disable rules ([b139d39](https://github.com/rx-ts/tslint-config-eslint/commit/b139d39ffb9c8840ec16509ff87d3ce461a411a2))

## [0.3.0](https://github.com/rx-ts/tslint-config-eslint/compare/v0.2.2...v0.3.0) (2021-03-02)


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint-config-eslint",
"version": "0.3.0",
"version": "0.4.0",
"description": "Yet another TSLint Configuration which disables all rules which has been handled by `eslint` or `@typescript-eslint`.",
"repository": "git@github.com:rx-ts/tslint-config-eslint.git",
"author": "JounQin <admin@1stg.me>",
Expand All @@ -9,7 +9,8 @@
"files": [
"base.json",
"prettier.json",
"sonar.json"
"sonar.json",
"sonarjs.json"
],
"scripts": {
"build": "ts-node build",
Expand Down

0 comments on commit 11fe0cd

Please sign in to comment.