Skip to content

Commit

Permalink
added checkdigit/typescript to no import list (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrdn authored Feb 7, 2024
1 parent 86910e2 commit 87e2b1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ module.exports = {

// turn on node-specific stylistic rules
'n/exports-style': 'error',
'n/no-restricted-import': ['error', ['moment', 'clone', 'fclone', 'lodash', 'underscore', 'fs-extra']],
'n/no-restricted-import': [
'error',
['moment', 'clone', 'fclone', 'lodash', 'underscore', 'fs-extra', '@checkdigit/typescript'],
],
'n/no-process-env': 'error',
'n/no-sync': 'error',
'n/prefer-global/buffer': 'error',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkdigit/eslint-config",
"version": "9.1.0",
"version": "9.1.1",
"description": "Check Digit standard eslint configuration",
"private": false,
"prettier": "@checkdigit/prettier-config",
Expand Down

0 comments on commit 87e2b1a

Please sign in to comment.