Skip to content

Commit

Permalink
Merge pull request #769 from CMSgov/cleanup-npm-packages
Browse files Browse the repository at this point in the history
QPPA-0000: clean up NPM packages
  • Loading branch information
ckawell-sb authored Feb 9, 2024
2 parents 92613c4 + bcb322a commit d6a2f81
Show file tree
Hide file tree
Showing 4 changed files with 2,941 additions and 6,002 deletions.
14 changes: 4 additions & 10 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
extends: 'nava',
env: {
mocha: true
"env": {
"mocha": true
},
parserOptions: {
ecmaVersion: 2018
},
settings: {
react: {
version: 999.999.999
}
"parserOptions": {
"ecmaVersion": 2018
}
}
Loading

0 comments on commit d6a2f81

Please sign in to comment.