Skip to content

Commit fa780bb

Browse files
Merge pull request #8 from Optum/update_to_booster_2.3.0
Update to booster 2.3.0
2 parents cbabef2 + 19cb680 commit fa780bb

File tree

17 files changed

+17739
-35024
lines changed

17 files changed

+17739
-35024
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ module.exports = {
88
'plugin:@typescript-eslint/eslint-recommended',
99
'plugin:@typescript-eslint/recommended',
1010
'prettier',
11-
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
1211
'plugin:import/warnings',
12+
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
1313
],
1414
globals: {
1515
Atomics: 'readonly',

.npmignore

-1
This file was deleted.

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/hydrogen

lerna.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"strict": true
1212
}
1313
},
14-
"version": "0.6.0",
14+
"useWorkspaces": true,
15+
"version": "0.5.2",
1516
"npmClient": "npm"
1617
}

0 commit comments

Comments
 (0)