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:
commit
a88dec197f
16 changed files with 270 additions and 127 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue