Commit Graph

5 Commits

Author SHA1 Message Date
Matt Bierner
2a84b0fb6d Enable alwaysStrict for build scripts (#152778)
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
2022-06-21 19:00:43 +00:00
Matt Bierner
f30dba5430 Bumping eslint versions (#141121)
* hBumping eslint versions

- Bump eslint and typescript/eslint versions to latest
- Fixing `code-no-unused-expression` for `x?.(b);` type statements
- Fixed a few new semicolon errors from upgrade

* Bump eslint parser in build

* Fix eslint errors in d.ts
2022-01-26 16:29:14 -08:00
Alexandru Dima
d1fff1a083 Check in .js files from the /build/ folder to improve build speeds 2020-12-14 11:13:16 +01:00
Alex Dima
2ab5b8bd5f Convert build/lib/eslint/code-no-unused-expressions.js to .ts 2020-09-24 17:10:39 +02:00
Johannes Rieken
125ba4a8a6 enable custom/forked no-unused-expressions rule 2020-01-03 09:32:40 +01:00