From 729530f2f7cc26e6fc67d1cd3603cc8f27dae8b8 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 9 Jul 2020 20:49:37 +0800 Subject: [PATCH] - Linting: Apply existing rules - Linting: Add `.eslintignore` file - Linting: Use `overrides` for special treatment of config files - Linting: Remove `no-undefined` rule (not useful in strict mode and with `no-restricted-names` protecting against shadowing; while useful to use `undefined` for explicit array return) - Linting: Comment out `no-invalid-this` (not practical for jQuery) - Linting: Comment out `no-ternary` (really want to disable?) - Linting: Allow `clk_x` and `clk_y` non-camel-cased - Linting (HTML): Add self-closing tag for non-void `