mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-23 20:40:34 +03:00
style: remove redundant spaces
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ suite
|
|||||||
});
|
});
|
||||||
})
|
})
|
||||||
.add('BBob Parser', () => {
|
.add('BBob Parser', () => {
|
||||||
const parse = require('../packages/bbob-parser/lib/index');
|
const parse = require('../packages/bbob-parser/lib/index').parse;
|
||||||
|
|
||||||
const result = parse(stub);
|
const result = parse(stub);
|
||||||
})
|
})
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublishOnly": "npm run test",
|
"prepublishOnly": "npm run test",
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"publish-all": "lerna publish --conventional-commits --registry=https://registry.npmjs.org/",
|
"publish-all": "lerna run build && lerna publish --conventional-commits --registry=https://registry.npmjs.org/",
|
||||||
"test": "lerna run build && lerna run link && lerna run test",
|
"test": "lerna run build && lerna run link && lerna run test",
|
||||||
"cover": "lerna run cover",
|
"cover": "lerna run cover",
|
||||||
"lint": "lerna run build && lerna run link && lerna run lint"
|
"lint": "lerna run build && lerna run link && lerna run lint"
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ const plugins = [
|
|||||||
commonjs(),
|
commonjs(),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
input,
|
input,
|
||||||
|
|||||||
Reference in New Issue
Block a user