Commit graph

23 commits

Author SHA1 Message Date
4aad531049 Add license information to a bunch of files 2022-11-25 22:02:06 +01:00
David Rowe
86aa3c8709 Make chat open links in internal Web browser instead of custom window 2020-10-03 16:29:14 +13:00
Flame Soulis
1a883b5a32 Added HifiAbout (used in interstitialPage.js) 2018-10-19 09:04:22 -04:00
Thijs Wenker
b20741baba web-scripting globals 2018-05-15 06:36:01 +02:00
Thijs Wenker
82befc8862 ignore 0.5 and 2 as magic-numbers 2018-05-15 06:21:26 +02:00
Thijs Wenker
50f76dd4df added more missing globals 2018-05-15 00:11:34 +02:00
Thijs Wenker
20fb9034f8 no magic numbers, except -1, 0, 1 2018-05-14 20:11:55 +02:00
Thijs Wenker
e24523a29e updated eslint config to be more sorted and complete 2018-05-11 01:48:13 +02:00
Liv
94b925d9d5
Update .eslintrc.js 2017-11-13 15:53:33 -08:00
beholder
61c5395f44 add missing comma 2017-09-14 18:48:43 +03:00
druiz17
310dbce65d fixed merge conflict 2017-09-13 15:55:04 -07:00
Menithal
30c979bd31 Added Clap App to Repository
Addede Clap App Icons to tablet icons (there needs to be another way to
do this than link directly to link or use this method!)
Added module as valid global to eslintrc
2017-09-11 23:48:30 +03:00
Dante Ruiz
7cf27c18d3 code cleanup and fix broken features 2017-08-31 18:06:55 -07:00
humbletim
060d5aa3cb add "Resource" API global 2017-04-26 17:49:14 -04:00
Anthony J. Thibault
6747f553bf Add DebugDraw to .eslintrc config file
(cherry picked from commit c7cd0fdc38)
2017-03-13 15:23:22 -07:00
Anthony J. Thibault
0b9f4d4f11 updated eslint to include Tablet global 2017-02-16 16:53:51 -08:00
Anthony J. Thibault
d36e60bbaa eslintrc: accept spaces after function keyword in anonymous functions
Anonymous functions `function () {}` and `function() {}` will both be accepted by eslint.
2016-08-08 15:20:58 -07:00
Ryan Downe Karpf
91714aaca6 Merge pull request #8258 from AlexanderOtavka/edit-model-ui
Edit model dialog improvements
2016-07-22 17:11:52 -07:00
Zander Otavka
0992e80254 Add Toolbars to eslint globals 2016-07-21 15:44:05 -07:00
Zander Otavka
6417bb1859 Require tripple equals over double, fix in edit.js 2016-07-15 17:33:47 -07:00
Zander Otavka
5428192b2e Add a few missing globals to .eslintrc file 2016-07-15 17:00:35 -07:00
Zander Otavka
5b343c9b82 Fix eslint descrepencies
Prohibit trailing commas, and fix function spacing rule to be more in
line with the coding standard.  Also prohibit leading decimal points,
also specified in coding standard.
2016-06-30 14:18:07 -07:00
Zander Otavka
55c2466249 Move .eslintrc.js to project root
This way, all project scripts are in scope, and the .eslintrc doesn't
get pushed to the installer with the default scripts.
2016-06-27 10:25:53 -07:00
Renamed from scripts/.eslintrc.js (Browse further)