Skip to content

Commit

Permalink
NEWRELIC-5278 refactored parts of lib/config/index.js to be less comp…
Browse files Browse the repository at this point in the history
…lex essentially by breaking the functions down further
  • Loading branch information
bizob2828 committed Nov 15, 2022
1 parent 357faa8 commit ade0dee
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 152 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ module.exports = {
rules: {
'consistent-return': 'off',
'jsdoc/require-jsdoc': 'off',
'jsdoc/no-undefined-types': ['warn', { definedTypes: ['Logger', 'Agent']}]
'jsdoc/no-undefined-types': ['warn', { definedTypes: ['Logger', 'Agent'] }]
},
parserOptions: {
ecmaVersion: '2020'
},
ignorePatterns: ['test/versioned-external'],
overrides: [
Expand Down
Loading

0 comments on commit ade0dee

Please sign in to comment.