summaryrefslogtreecommitdiffstats
path: root/.eslintignore
AgeCommit message (Collapse)Author
2024-04-26chore: Add copyrights in some filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-11Adjust code imported from Jitsi to Talk styleDaniel Calviño Sánchez
This includes both linter fixes as well as removing type declarations. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-12-13Fix stylelint errorsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-05Add the projects sidebarJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-08Remove JavaScript test configuration and dependenciesDaniel Calviño Sánchez
Currently there are no JavaScript unit tests, so the related stuff can be removed and added later if/when needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-04-03Ignore only the bundled SimpleWebRTC fileDaniel Calviño Sánchez
The other files in "js/simplewebrtc" are actual source files, and thus they should be linted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-03-27Adjust ignore filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-27Ignore compiled assetsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-14Ignore all compiled JSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Add an admin setting to restrict the app to groupsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Ignore compiled JS from eslintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-16Ignore "templates.js" files when lintingDaniel Calviño Sánchez
The "templates.js" files are compiled by Handlebars from the source templates, so there is no point in checking for problems like defined but not used variables. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-05Add button to test TURN settings.Joachim Bauch
This implements #679. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2016-11-14Ignore the tests directory as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-18add karma/jasmine config for js unit testingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-10-17Ignore vendor folderLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-14Check JavaScript / CSS files for errors/style using Drone CI (#42).Joachim Bauch