ci: get CI ready for publishing the npm package

This commit is contained in:
Rainer Killinger
2023-01-13 18:53:52 +01:00
parent c36c47267b
commit 3d53615447
5 changed files with 53 additions and 66 deletions

17
test/test-file.js Normal file
View File

@@ -0,0 +1,17 @@
function test(one) {
console.log('this is a somewhat long message to push the line limit to 110 characters.....right here....');
}
var suchobject = {
foo: 'bar',
baz: 42,
foobar: true,
};
var muchobject = {
'1foo': 'bar',
'2baz': 42,
'foobar': true,
};
var bracketSpacing = {foo: 'bar'};