Skip to content

Commit 729530f

Browse files
committed
- 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 `<option>`; add DOCTYPE; consistent/fixed quotes - Docs: Remove stray quote in CONTRIBUTING (tripping up syntax highlighting in Atom) - Refactoring/Linting: Throw `Error` object in place of "abort" string - npm: Add `lint `and `test` script - npm: Add `eslint` devDep.
1 parent 421b0ae commit 729530f

13 files changed

+1588
-4812
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

0 commit comments

Comments
 (0)