Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade eslint-config-wikimedia from 0.20.0 to 0.27.0 (#351)
* eslint: change from integers to strings (more readable) * eslint: set many rules from "off" to "warn" * remove jsdoc as a separate dependency, comes with eslint-config-wikimedia * upgrade eslint and eslint-config-wikimedia to latest version * eslint: turn off some rules I don't plan on fixing * eslint: apply autofixes * eslint: set eslint-env jest in test files * fix "definition not found" error * rollback some of the string slice fixes the Math.max() notation seems a bit long and harder to read * fix linter errors, remove dead code * delete dead code
- Loading branch information