From 2c3f7f100511ceafa1513c2371057a7b4a68b02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Fri, 5 Jun 2020 11:41:13 +0200 Subject: [PATCH] chore: lint only src and test folders --- .tasegir.js | 3 +++ bin/run | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.tasegir.js b/.tasegir.js index 96e26715..70790403 100644 --- a/.tasegir.js +++ b/.tasegir.js @@ -1,4 +1,7 @@ module.exports = { + lint: { + files: ['src/**/*', 'test/**/*'] + }, depCheck: { ignore: [ 'sinon', 'tasegir', 'pg', 'pg-hstore', 'reflect-metadata', diff --git a/bin/run b/bin/run index 488fc4f2..e4870ec0 100755 --- a/bin/run +++ b/bin/run @@ -1,5 +1,4 @@ #!/usr/bin/env node -/* eslint-disable @typescript-eslint/no-var-requires */ if (!process.env.NODE_CONFIG_DIR) { const path = require('path')