Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
chore(ci): disable lint:rules for Node v10
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Mar 30, 2020
1 parent c4b3336 commit 4aa9788
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/lint-rules-coverage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env node

// eslint-disable-next-line no-process-exit
if (process.version.startsWith('v10')) process.exit(0);

const { resolve } = require('path');

const { CLIEngine } = require('eslint');
Expand Down

0 comments on commit 4aa9788

Please sign in to comment.