Manual adjustment of eslint rules and code

Repository details (hexagonif)
Project page
hexagonif
Project category
(89 entries)
Owner
@joelpurra
Commit details (2ad13d7a)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Manual adjustment of eslint rules and code

Raw text
Manual adjustment of eslint rules and code

Changed files (26)

Path Additions Deletions
.eslintrc +4 -2
src/resources/javascript/main.js +53 -47
src/resources/javascript/modules/logic/activity-monitor.js +4 -3
src/resources/javascript/modules/logic/events.js +1 -1
src/resources/javascript/modules/logic/graph-objects-tool.js +1 -1
src/resources/javascript/modules/logic/grapher.js +46 -44
src/resources/javascript/modules/logic/highlight-on-interval.js +4 -4
src/resources/javascript/modules/logic/renderer.js +19 -19
src/resources/javascript/modules/objects/area.js +1 -1
src/resources/javascript/modules/objects/corner.js +1 -1
src/resources/javascript/modules/objects/cornerpoint.js +1 -1
src/resources/javascript/modules/objects/gonif.js +1 -1
src/resources/javascript/modules/objects/hexagon.js +15 -13
src/resources/javascript/modules/objects/line.js +1 -1
src/resources/javascript/modules/objects/point.js +1 -1
src/resources/javascript/modules/objects/side.js +1 -1
src/resources/javascript/modules/objects/sideline.js +1 -1
src/resources/javascript/modules/utils/async-queue.js +4 -4
src/resources/javascript/modules/utils/delay.js +1 -1
src/resources/javascript/modules/utils/limit-precision.js +1 -1
src/resources/javascript/modules/utils/mouse-detector.js +1 -1
src/resources/javascript/modules/utils/once.js +1 -1
src/resources/javascript/modules/utils/one-at-a-time-please.js +1 -1
src/resources/javascript/modules/utils/profiling.js +21 -5
src/resources/javascript/modules/utils/random.js +1 -1
src/resources/javascript/modules/utils/resize-detector.js +1 -1

Commit categories (3)