From 4ad39d69dbe93fb010edeebab418e3ab2e625f3b Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 May 2021 00:58:24 +0000 Subject: [PATCH] Adjust settings accordingly --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bbabcc1..c7fa00c 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "exclude": [ "/*.tar", ".devcontainer", - ".gulp", + "gulp", ".gitignore", ".vscode/", "gulpfile.ts", diff --git a/package.json b/package.json index 0992fbc..ed82843 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "clean": "gulp Clean", "lint": "npm run lint-gulp && npm run lint-project", "lint-base": "eslint --max-warnings 0 --ignore-pattern \"!.eslintrc.js\"", - "lint-gulp": "npm run lint-base -- --ext .ts ./.gulp gulpfile.ts", + "lint-gulp": "npm run lint-base -- --ext .ts ./gulp gulpfile.ts", "lint-project": "npm run lint-base -- --ext .js,.jsx,.ts,.tsx ./src/App/src", "lint-ide": "npm run lint || exit 0", "prepare": "npm run rebuild"