From b789f64a541404524515e8b032e0fbe521f6a254 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 28 Feb 2021 18:51:18 +0100 Subject: [PATCH] Updated changelog --- .eslintrc | 3 +-- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.eslintrc b/.eslintrc index 33e27c40..c9dac931 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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" } } diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0a187a..583a6b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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