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. Updated all jsdoc to be compliant with linter.
  • Loading branch information
bizob2828 committed Nov 16, 2022
1 parent 9955843 commit a35867a
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 200 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ module.exports = {
plugins: ['jsdoc', 'sonarjs'],
rules: {
'consistent-return': 'off',
'jsdoc/require-jsdoc': 'off'
'jsdoc/require-jsdoc': 'off',
'jsdoc/no-undefined-types': ['warn', { definedTypes: ['Logger', 'Agent'] }]
},
parserOptions: {
ecmaVersion: '2020'
},
ignorePatterns: ['test/versioned-external'],
overrides: [
Expand Down
Loading

0 comments on commit a35867a

Please sign in to comment.