Skip to content

Commit 06863fb

Browse files
Update to booster 2.3.0
1 parent cbabef2 commit 06863fb

File tree

17 files changed

+18595
-35024
lines changed

17 files changed

+18595
-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)