Commit graph

11 commits

Author SHA1 Message Date
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
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)