mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Updated changelog
This commit is contained in:
parent
ce0fc1094e
commit
b789f64a54
2 changed files with 2 additions and 3 deletions
|
@ -15,11 +15,10 @@
|
|||
"setImmediate": true
|
||||
},
|
||||
"rules": {
|
||||
"no-nonoctal-decimal-escape": "off",
|
||||
"@typescript-eslint/no-unsafe-assignment": "off",
|
||||
"@typescript-eslint/no-unsafe-member-access": "off",
|
||||
"@typescript-eslint/ban-types": "off",
|
||||
"no-nonoctal-decimal-escape": "off",
|
||||
|
||||
"@typescript-eslint/naming-convention": "off"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
* *Nothing*
|
||||
|
||||
### Fixed
|
||||
* *Nothing*
|
||||
* [#335](https://github.com/shlinkio/shlink-web-client/issues/335) Fixed linting errors.
|
||||
|
||||
|
||||
## [3.0.1] - 2020-12-30
|
||||
|
|
Loading…
Reference in a new issue