diff --git a/.releaserc.json b/.releaserc.json index 46ce976..952f2fc 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -3,6 +3,9 @@ "master" ], "plugins": [ + "@semantic-release/commit-analyzer", + "@semantic-release/release-notes-generator", + "@semantic-release/npm", [ "@semantic-release/git", { @@ -17,9 +20,6 @@ { "assets": [] } - ], - "@semantic-release/commit-analyzer", - "@semantic-release/release-notes-generator", - "@semantic-release/npm" + ] ] } diff --git a/index.ts b/index.ts index 7ce1935..028c921 100644 --- a/index.ts +++ b/index.ts @@ -11,6 +11,7 @@ const config: BaseConfig = { "no-undef": "off", "import/no-mutable-exports": "off", "import/no-import-module-exports": "off", + "@typescript-eslint/no-var-requires": "off", }, }; diff --git a/package.json b/package.json index 45a30e9..ec85a80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-pythoncoderas-combo", - "version": "1.1.0", + "version": "1.1.2", "description": "Combo config that I will be using in most of my projects.", "main": "dist/index.js", "types": "dist/index.d.ts",