Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
chore: lint only src and test folders
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Jun 5, 2020
1 parent a06d1fd commit 2c3f7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .tasegir.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
lint: {
files: ['src/**/*', 'test/**/*']
},
depCheck: {
ignore: [
'sinon', 'tasegir', 'pg', 'pg-hstore', 'reflect-metadata',
Expand Down
1 change: 0 additions & 1 deletion bin/run
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 2c3f7f1

Please sign in to comment.