mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 19:32:49 +00:00
Raoul Snyman
4c73c2a50a
- Add a license file - Update package.json with some relevant information - Clean up linting - Set up better CI pipeline - Save build as artifact and pass on to deploy - Use new angular test runner - Add an empty test so that the tests pass - Use special Chromium configuration for CI - Deploy the remote to the download server when there's a new tag
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
["app", "openlp"],
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
["app", "openlp"],
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|