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