web-remote/src/tslint.json
Raoul Snyman 4c73c2a50a Clean up the code and the repository a bit
- 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
2019-10-06 00:28:36 +00:00

18 lines
338 B
JSON

{
"extends": "../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
["app", "openlp"],
"camelCase"
],
"component-selector": [
true,
"element",
["app", "openlp"],
"kebab-case"
]
}
}