1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #11511 from Snuffleupagus/eslint-no-nested-ternary

Enable the `no-nested-ternary` ESLint rule (PR 11488 follow-up)
This commit is contained in:
Tim van der Meij 2020-01-22 22:52:59 +01:00 committed by GitHub
commit a88dec197f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 270 additions and 127 deletions

View file

@ -7,9 +7,6 @@
// Plugins
"import/no-unresolved": ["error", { "ignore": ["pdfjs-lib"]}],
// Stylistic Issues
"no-nested-ternary": "error",
// ECMAScript 6
"no-var": "error",
"prefer-const": "error",