diff --git a/CHANGELOG.md b/CHANGELOG.md index b13b20a..f98a4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.3.0 +* Fixed linting +* Updated config in .stylelintrc following the CHANGELOG and migration guide +* Added es-lint following the power-bi standards +* Removed tslint +* Fixed the code and styles to pass the linting + ## 2.2.2 * Updated visualData to use matrix builder from test utils * Updated test.webpack.config.json for development mode diff --git a/tslint.json b/tslint.json deleted file mode 100644 index 9076745..0000000 --- a/tslint.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "tslint-microsoft-contrib/recommended", - "rulesDirectory": [ - "node_modules/tslint-microsoft-contrib" - ], - "rules": { - "no-relative-imports": false - } -} \ No newline at end of file