Skip to content

Commit

Permalink
#714 updated the submitCna() function to handle case when org isn't f…
Browse files Browse the repository at this point in the history
…ound. Also, refactored rejectCVE() to use optional chaining. Updated eslint to v8.20.0 to support ecmaScript 2020
  • Loading branch information
jdaigneau5 committed Dec 14, 2022
1 parent ccf4038 commit bf9950a
Show file tree
Hide file tree
Showing 5 changed files with 2,131 additions and 1,785 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
"standard"
],
parserOptions: {
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features
sourceType: "module" // Allows for the use of imports
},
plugins: [
Expand Down
Loading

0 comments on commit bf9950a

Please sign in to comment.