github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/mta_demo/node/.eslintrc.ext (about) 1 { 2 "rulesExt": { 3 "accessor-pairs": { 4 "severity": "warning", 5 "category": "Best Practice", 6 "helpUrl": "http://eslint.org/docs/rules/accessor-pairs" 7 }, 8 "array-bracket-spacing": { 9 "severity": "info", 10 "category": "Stylistic Issue", 11 "helpUrl": "http://eslint.org/docs/rules/array-bracket-spacing" 12 }, 13 "array-callback-return": { 14 "severity": "error", 15 "category": "Possible Error", 16 "helpUrl": "http://eslint.org/docs/rules/array-callback-return" 17 }, 18 "arrow-body-style": { 19 "severity": "error", 20 "category": "Possible Error", 21 "helpUrl": "http://eslint.org/docs/rules/arrow-body-style" 22 }, 23 "arrow-parens": { 24 "severity": "error", 25 "category": "Possible Error", 26 "helpUrl": "http://eslint.org/docs/rules/arrow-parens" 27 }, 28 "arrow-spacing": { 29 "severity": "error", 30 "category": "Possible Error", 31 "helpUrl": "http://eslint.org/docs/rules/arrow-spacing" 32 }, 33 "block-scoped-var": { 34 "severity": "warning", 35 "category": "Best Practice", 36 "helpUrl": "http://eslint.org/docs/rules/block-scoped-var" 37 }, 38 "block-spacing": { 39 "severity": "error", 40 "category": "Possible Error", 41 "helpUrl": "http://eslint.org/docs/rules/block-spacing" 42 }, 43 "brace-style": { 44 "severity": "info", 45 "category": "Stylistic Issue", 46 "helpUrl": "http://eslint.org/docs/rules/brace-style" 47 }, 48 "callback-return": { 49 "severity": "error", 50 "category": "Possible Error", 51 "helpUrl": "http://eslint.org/docs/rules/callback-return" 52 }, 53 "camelcase": { 54 "severity": "info", 55 "category": "Stylistic Issue", 56 "helpUrl": "http://eslint.org/docs/rules/camelcase" 57 }, 58 "class-methods-use-this": { 59 "severity": "error", 60 "category": "Possible Error", 61 "helpUrl": "http://eslint.org/docs/rules/class-methods-use-this" 62 }, 63 "comma-dangle": { 64 "severity": "error", 65 "category": "Possible Error", 66 "helpUrl": "http://eslint.org/docs/rules/comma-dangle" 67 }, 68 "comma-spacing": { 69 "severity": "info", 70 "category": "Stylistic Issue", 71 "helpUrl": "http://eslint.org/docs/rules/comma-spacing" 72 }, 73 "comma-style": { 74 "severity": "info", 75 "category": "Stylistic Issue", 76 "helpUrl": "http://eslint.org/docs/rules/comma-style" 77 }, 78 "complexity": { 79 "severity": "warning", 80 "category": "Best Practice", 81 "helpUrl": "http://eslint.org/docs/rules/complexity" 82 }, 83 "computed-property-spacing": { 84 "severity": "info", 85 "category": "Stylistic Issue", 86 "helpUrl": "http://eslint.org/docs/rules/computed-property-spacing" 87 }, 88 "consistent-return": { 89 "severity": "warning", 90 "category": "Best Practice", 91 "helpUrl": "http://eslint.org/docs/rules/consistent-return" 92 }, 93 "consistent-this": { 94 "severity": "info", 95 "category": "Stylistic Issue", 96 "helpUrl": "http://eslint.org/docs/rules/consistent-this" 97 }, 98 "constructor-super": { 99 "severity": "error", 100 "category": "Possible Error", 101 "helpUrl": "http://eslint.org/docs/rules/constructor-super" 102 }, 103 "curly": { 104 "severity": "error", 105 "category": "Best Practice", 106 "helpUrl": "http://eslint.org/docs/rules/curly" 107 }, 108 "default-case": { 109 "severity": "warning", 110 "category": "Best Practice", 111 "helpUrl": "http://eslint.org/docs/rules/default-case" 112 }, 113 "dot-location": { 114 "severity": "warning", 115 "category": "Best Practice", 116 "helpUrl": "http://eslint.org/docs/rules/dot-location" 117 }, 118 "dot-notation": { 119 "severity": "warning", 120 "category": "Best Practice", 121 "helpUrl": "http://eslint.org/docs/rules/dot-notation" 122 }, 123 "eol-last": { 124 "severity": "info", 125 "category": "Stylistic Issue", 126 "helpUrl": "http://eslint.org/docs/rules/eol-last" 127 }, 128 "eqeqeq": { 129 "severity": "warning", 130 "category": "Best Practice", 131 "helpUrl": "http://eslint.org/docs/rules/eqeqeq" 132 }, 133 "func-call-spacing": { 134 "severity": "error", 135 "category": "Possible Error", 136 "helpUrl": "http://eslint.org/docs/rules/func-call-spacing" 137 }, 138 "func-name-matching": { 139 "severity": "error", 140 "category": "Possible Error", 141 "helpUrl": "http://eslint.org/docs/rules/func-name-matching" 142 }, 143 "func-names": { 144 "severity": "info", 145 "category": "Stylistic Issue", 146 "helpUrl": "http://eslint.org/docs/rules/func-names" 147 }, 148 "func-style": { 149 "severity": "info", 150 "category": "Stylistic Issue", 151 "helpUrl": "http://eslint.org/docs/rules/func-style" 152 }, 153 "generator-star-spacing": { 154 "severity": "info", 155 "category": "ECMAScript 6", 156 "helpUrl": "http://eslint.org/docs/rules/generator-star-spacing" 157 }, 158 "global-require": { 159 "severity": "error", 160 "category": "Possible Error", 161 "helpUrl": "http://eslint.org/docs/rules/global-require" 162 }, 163 "guard-for-in": { 164 "severity": "warning", 165 "category": "Best Practice", 166 "helpUrl": "http://eslint.org/docs/rules/guard-for-in" 167 }, 168 "handle-callback-err": { 169 "severity": "warning", 170 "category": "Node.js", 171 "helpUrl": "http://eslint.org/docs/rules/handle-callback-err" 172 }, 173 "id-blacklist": { 174 "severity": "error", 175 "category": "Possible Error", 176 "helpUrl": "http://eslint.org/docs/rules/id-blacklist" 177 }, 178 "id-length": { 179 "severity": "error", 180 "category": "Possible Error", 181 "helpUrl": "http://eslint.org/docs/rules/id-length" 182 }, 183 "id-match": { 184 "severity": "error", 185 "category": "Possible Error", 186 "helpUrl": "http://eslint.org/docs/rules/id-match" 187 }, 188 "indent": { 189 "severity": "info", 190 "category": "Stylistic Issue", 191 "helpUrl": "http://eslint.org/docs/rules/indent" 192 }, 193 "init-declarations": { 194 "severity": "error", 195 "category": "Possible Error", 196 "helpUrl": "http://eslint.org/docs/rules/init-declarations" 197 }, 198 "jsx-quotes": { 199 "severity": "error", 200 "category": "Possible Error", 201 "helpUrl": "http://eslint.org/docs/rules/jsx-quotes" 202 }, 203 "key-spacing": { 204 "severity": "info", 205 "category": "Stylistic Issue", 206 "helpUrl": "http://eslint.org/docs/rules/key-spacing" 207 }, 208 "keyword-spacing": { 209 "severity": "info", 210 "category": "Possible Error", 211 "helpUrl": "http://eslint.org/docs/rules/keyword-spacing" 212 }, 213 "line-comment-position": { 214 "severity": "error", 215 "category": "Possible Error", 216 "helpUrl": "http://eslint.org/docs/rules/line-comment-position" 217 }, 218 "linebreak-style": { 219 "severity": "info", 220 "category": "Stylistic Issue", 221 "helpUrl": "http://eslint.org/docs/rules/linebreak-style" 222 }, 223 "lines-around-comment": { 224 "severity": "info", 225 "category": "Stylistic Issue", 226 "helpUrl": "http://eslint.org/docs/rules/lines-around-comment" 227 }, 228 "lines-around-directive": { 229 "severity": "error", 230 "category": "Possible Error", 231 "helpUrl": "http://eslint.org/docs/rules/lines-around-directive" 232 }, 233 "max-depth": { 234 "severity": "warning", 235 "category": "Best Practice", 236 "helpUrl": "http://eslint.org/docs/rules/max-depth" 237 }, 238 "max-len": { 239 "severity": "warning", 240 "category": "Best Practice", 241 "helpUrl": "http://eslint.org/docs/rules/max-len" 242 }, 243 "max-lines": { 244 "severity": "error", 245 "category": "Possible Error", 246 "helpUrl": "http://eslint.org/docs/rules/max-lines" 247 }, 248 "max-nested-callbacks": { 249 "severity": "info", 250 "category": "Stylistic Issue", 251 "helpUrl": "http://eslint.org/docs/rules/max-nested-callbacks" 252 }, 253 "max-params": { 254 "severity": "warning", 255 "category": "Best Practice", 256 "helpUrl": "http://eslint.org/docs/rules/max-params" 257 }, 258 "max-statements": { 259 "severity": "warning", 260 "category": "Best Practice", 261 "helpUrl": "http://eslint.org/docs/rules/max-statements" 262 }, 263 "max-statements-per-line": { 264 "severity": "error", 265 "category": "Possible Error", 266 "helpUrl": "http://eslint.org/docs/rules/max-statements-per-line" 267 }, 268 "multiline-ternary": { 269 "severity": "error", 270 "category": "Possible Error", 271 "helpUrl": "http://eslint.org/docs/rules/multiline-ternary" 272 }, 273 "new-cap": { 274 "severity": "info", 275 "category": "Stylistic Issue", 276 "helpUrl": "http://eslint.org/docs/rules/new-cap" 277 }, 278 "new-parens": { 279 "severity": "error", 280 "category": "Stylistic Issue", 281 "helpUrl": "http://eslint.org/docs/rules/new-parens" 282 }, 283 "newline-after-var": { 284 "severity": "info", 285 "category": "Stylistic Issue", 286 "helpUrl": "http://eslint.org/docs/rules/newline-after-var" 287 }, 288 "newline-before-return": { 289 "severity": "error", 290 "category": "Possible Error", 291 "helpUrl": "http://eslint.org/docs/rules/newline-before-return" 292 }, 293 "newline-per-chained-call": { 294 "severity": "error", 295 "category": "Possible Error", 296 "helpUrl": "http://eslint.org/docs/rules/newline-per-chained-call" 297 }, 298 "no-alert": { 299 "severity": "warning", 300 "category": "Best Practice", 301 "helpUrl": "http://eslint.org/docs/rules/no-alert" 302 }, 303 "no-array-constructor": { 304 "severity": "info", 305 "category": "Stylistic Issue", 306 "helpUrl": "http://eslint.org/docs/rules/no-array-constructor" 307 }, 308 "no-bitwise": { 309 "severity": "warning", 310 "category": "Best Practice", 311 "helpUrl": "http://eslint.org/docs/rules/no-bitwise" 312 }, 313 "no-caller": { 314 "severity": "error", 315 "category": "Best Practice", 316 "helpUrl": "http://eslint.org/docs/rules/no-caller" 317 }, 318 "no-case-declarations": { 319 "severity": "error", 320 "category": "Possible Error", 321 "helpUrl": "http://eslint.org/docs/rules/no-case-declarations" 322 }, 323 "no-catch-shadow": { 324 "severity": "warning", 325 "category": "Variable", 326 "helpUrl": "http://eslint.org/docs/rules/no-catch-shadow" 327 }, 328 "no-class-assign": { 329 "severity": "error", 330 "category": "Possible Error", 331 "helpUrl": "http://eslint.org/docs/rules/no-class-assign" 332 }, 333 "no-cond-assign": { 334 "severity": "warning", 335 "category": "Possible Error", 336 "helpUrl": "http://eslint.org/docs/rules/no-cond-assign" 337 }, 338 "no-confusing-arrow": { 339 "severity": "error", 340 "category": "Possible Error", 341 "helpUrl": "http://eslint.org/docs/rules/no-confusing-arrow" 342 }, 343 "no-console": { 344 "severity": "warning", 345 "category": "Possible Error", 346 "helpUrl": "http://eslint.org/docs/rules/no-console" 347 }, 348 "no-const-assign": { 349 "severity": "error", 350 "category": "Possible Error", 351 "helpUrl": "http://eslint.org/docs/rules/no-const-assign" 352 }, 353 "no-constant-condition": { 354 "severity": "error", 355 "category": "Possible Error", 356 "helpUrl": "http://eslint.org/docs/rules/no-constant-condition" 357 }, 358 "no-continue": { 359 "severity": "info", 360 "category": "Stylistic Issue", 361 "helpUrl": "http://eslint.org/docs/rules/no-continue" 362 }, 363 "no-control-regex": { 364 "severity": "warning", 365 "category": "Possible Error", 366 "helpUrl": "http://eslint.org/docs/rules/no-control-regex" 367 }, 368 "no-debugger": { 369 "severity": "error", 370 "category": "Possible Error", 371 "helpUrl": "http://eslint.org/docs/rules/no-debugger" 372 }, 373 "no-delete-var": { 374 "severity": "warning", 375 "category": "Variable", 376 "helpUrl": "http://eslint.org/docs/rules/no-delete-var" 377 }, 378 "no-div-regex": { 379 "severity": "warning", 380 "category": "Best Practice", 381 "helpUrl": "http://eslint.org/docs/rules/no-div-regex" 382 }, 383 "no-dupe-args": { 384 "severity": "error", 385 "category": "Possible Error", 386 "helpUrl": "http://eslint.org/docs/rules/no-dupe-args" 387 }, 388 "no-dupe-class-members": { 389 "severity": "error", 390 "category": "Possible Error", 391 "helpUrl": "http://eslint.org/docs/rules/no-dupe-class-members" 392 }, 393 "no-dupe-keys": { 394 "severity": "error", 395 "category": "Possible Error", 396 "helpUrl": "http://eslint.org/docs/rules/no-dupe-keys" 397 }, 398 "no-duplicate-case": { 399 "severity": "error", 400 "category": "Possible Error", 401 "helpUrl": "http://eslint.org/docs/rules/no-duplicate-case" 402 }, 403 "no-duplicate-imports": { 404 "severity": "error", 405 "category": "Possible Error", 406 "helpUrl": "http://eslint.org/docs/rules/no-duplicate-imports" 407 }, 408 "no-else-return": { 409 "severity": "warning", 410 "category": "Best Practice", 411 "helpUrl": "http://eslint.org/docs/rules/no-else-return" 412 }, 413 "no-empty": { 414 "severity": "error", 415 "category": "Best Practice", 416 "helpUrl": "http://eslint.org/docs/rules/no-empty" 417 }, 418 "no-empty-character-class": { 419 "severity": "error", 420 "category": "Possible Error", 421 "helpUrl": "http://eslint.org/docs/rules/no-empty-character-class" 422 }, 423 "no-empty-function": { 424 "severity": "error", 425 "category": "Possible Error", 426 "helpUrl": "http://eslint.org/docs/rules/class" 427 }, 428 "no-empty-pattern": { 429 "severity": "error", 430 "category": "Possible Error", 431 "helpUrl": "http://eslint.org/docs/rules/no-empty-pattern" 432 }, 433 "no-eq-null": { 434 "severity": "warning", 435 "category": "Best Practice", 436 "helpUrl": "http://eslint.org/docs/rules/no-eq-null" 437 }, 438 "no-eval": { 439 "severity": "error", 440 "category": "Best Practice", 441 "helpUrl": "http://eslint.org/docs/rules/no-eval" 442 }, 443 "no-ex-assign": { 444 "severity": "error", 445 "category": "Possible Error", 446 "helpUrl": "http://eslint.org/docs/rules/no-ex-assign" 447 }, 448 "no-extend-native": { 449 "severity": "warning", 450 "category": "Best Practice", 451 "helpUrl": "http://eslint.org/docs/rules/no-extend-native" 452 }, 453 "no-extra-bind": { 454 "severity": "warning", 455 "category": "Best Practice", 456 "helpUrl": "http://eslint.org/docs/rules/no-extra-bind" 457 }, 458 "no-extra-boolean-cast": { 459 "severity": "error", 460 "category": "Possible Error", 461 "helpUrl": "http://eslint.org/docs/rules/no-extra-boolean-cast" 462 }, 463 "no-extra-label": { 464 "severity": "error", 465 "category": "Possible Error", 466 "helpUrl": "http://eslint.org/docs/rules/no-extra-label" 467 }, 468 "no-extra-parens": { 469 "severity": "warning", 470 "category": "Best Practice", 471 "helpUrl": "http://eslint.org/docs/rules/no-extra-parens" 472 }, 473 "no-extra-semi": { 474 "severity": "error", 475 "category": "Best Practice", 476 "helpUrl": "http://eslint.org/docs/rules/no-extra-semi" 477 }, 478 "no-fallthrough": { 479 "severity": "warning", 480 "category": "Best Practice", 481 "helpUrl": "http://eslint.org/docs/rules/no-fallthrough" 482 }, 483 "no-floating-decimal": { 484 "severity": "warning", 485 "category": "Best Practice", 486 "helpUrl": "http://eslint.org/docs/rules/no-floating-decimal" 487 }, 488 "no-func-assign": { 489 "severity": "error", 490 "category": "Possible Error", 491 "helpUrl": "http://eslint.org/docs/rules/no-func-assign" 492 }, 493 "no-global-assign": { 494 "severity": "error", 495 "category": "Possible Error", 496 "helpUrl": "http://eslint.org/docs/rules/no-global-assign" 497 }, 498 "no-implicit-coercion": { 499 "severity": "error", 500 "category": "Possible Error", 501 "helpUrl": "http://eslint.org/docs/rules/no-implicit-coercion" 502 }, 503 "no-implicit-globals": { 504 "severity": "error", 505 "category": "Possible Error", 506 "helpUrl": "http://eslint.org/docs/rules/no-implicit-globals" 507 }, 508 "no-implied-eval": { 509 "severity": "warning", 510 "category": "Best Practice", 511 "helpUrl": "http://eslint.org/docs/rules/no-implied-eval" 512 }, 513 "no-inline-comments": { 514 "severity": "info", 515 "category": "Stylistic Issue", 516 "helpUrl": "http://eslint.org/docs/rules/no-inline-comments" 517 }, 518 "no-inner-declarations": { 519 "severity": "error", 520 "category": "Possible Error", 521 "helpUrl": "http://eslint.org/docs/rules/no-inner-declarations" 522 }, 523 "no-invalid-regexp": { 524 "severity": "error", 525 "category": "Possible Error", 526 "helpUrl": "http://eslint.org/docs/rules/no-invalid-regexp" 527 }, 528 "no-invalid-this": { 529 "severity": "error", 530 "category": "Possible Error", 531 "helpUrl": "http://eslint.org/docs/rules/no-invalid-this" 532 }, 533 "no-irregular-whitespace": { 534 "severity": "error", 535 "category": "Possible Error", 536 "helpUrl": "http://eslint.org/docs/rules/no-irregular-whitespace" 537 }, 538 "no-iterator": { 539 "severity": "warning", 540 "category": "Best Practice", 541 "helpUrl": "http://eslint.org/docs/rules/no-iterator" 542 }, 543 "no-label-var": { 544 "severity": "warning", 545 "category": "Variable", 546 "helpUrl": "http://eslint.org/docs/rules/no-label-var" 547 }, 548 "no-labels": { 549 "severity": "warning", 550 "category": "Best Practice", 551 "helpUrl": "http://eslint.org/docs/rules/no-labels" 552 }, 553 "no-lone-blocks": { 554 "severity": "warning", 555 "category": "Best Practice", 556 "helpUrl": "http://eslint.org/docs/rules/no-lone-blocks" 557 }, 558 "no-lonely-if": { 559 "severity": "warning", 560 "category": "Best Practice", 561 "helpUrl": "http://eslint.org/docs/rules/no-lonely-if" 562 }, 563 "no-loop-func": { 564 "severity": "warning", 565 "category": "Best Practice", 566 "helpUrl": "http://eslint.org/docs/rules/no-loop-func" 567 }, 568 "no-magic-numbers": { 569 "severity": "error", 570 "category": "Possible Error", 571 "helpUrl": "http://eslint.org/docs/rules/no-magic-numbers" 572 }, 573 "no-mixed-operators": { 574 "severity": "error", 575 "category": "Possible Error", 576 "helpUrl": "http://eslint.org/docs/rules/no-mixed-operators" 577 }, 578 "no-mixed-requires": { 579 "severity": "warning", 580 "category": "Node.js", 581 "helpUrl": "http://eslint.org/docs/rules/no-mixed-requires" 582 }, 583 "no-mixed-spaces-and-tabs": { 584 "severity": "info", 585 "category": "Stylistic Issue", 586 "helpUrl": "http://eslint.org/docs/rules/no-mixed-spaces-and-tabs" 587 }, 588 "no-multi-spaces": { 589 "severity": "info", 590 "category": "Stylistic Issue", 591 "helpUrl": "http://eslint.org/docs/rules/no-multi-spaces" 592 }, 593 "no-multi-str": { 594 "severity": "warning", 595 "category": "Best Practice", 596 "helpUrl": "http://eslint.org/docs/rules/no-multi-str" 597 }, 598 "no-multiple-empty-lines": { 599 "severity": "info", 600 "category": "Stylistic Issue", 601 "helpUrl": "http://eslint.org/docs/rules/no-multiple-empty-lines" 602 }, 603 "no-native-reassign": { 604 "severity": "error", 605 "category": "Best Practice", 606 "helpUrl": "http://eslint.org/docs/rules/no-native-reassign" 607 }, 608 "no-negated-condition": { 609 "severity": "error", 610 "category": "Possible Error", 611 "helpUrl": "http://eslint.org/docs/rules/no-negated-condition" 612 }, 613 "no-negated-in-lhs": { 614 "severity": "error", 615 "category": "Possible Error", 616 "helpUrl": "http://eslint.org/docs/rules/no-negated-in-lhs" 617 }, 618 "no-nested-ternary": { 619 "severity": "info", 620 "category": "Stylistic Issue", 621 "helpUrl": "http://eslint.org/docs/rules/no-nested-ternary" 622 }, 623 "no-new": { 624 "severity": "warning", 625 "category": "Best Practice", 626 "helpUrl": "http://eslint.org/docs/rules/no-new" 627 }, 628 "no-new-func": { 629 "severity": "error", 630 "category": "Best Practice", 631 "helpUrl": "http://eslint.org/docs/rules/no-new-func" 632 }, 633 "no-new-object": { 634 "severity": "info", 635 "category": "Stylistic Issue", 636 "helpUrl": "http://eslint.org/docs/rules/no-new-object" 637 }, 638 "no-new-require": { 639 "severity": "warning", 640 "category": "Node.js", 641 "helpUrl": "http://eslint.org/docs/rules/no-new-require" 642 }, 643 "no-new-symbol": { 644 "severity": "error", 645 "category": "Possible Error", 646 "helpUrl": "http://eslint.org/docs/rules/no-new-symbol" 647 }, 648 "no-new-wrappers": { 649 "severity": "warning", 650 "category": "Best Practice", 651 "helpUrl": "http://eslint.org/docs/rules/no-new-wrappers" 652 }, 653 "no-obj-calls": { 654 "severity": "error", 655 "category": "Possible Error", 656 "helpUrl": "http://eslint.org/docs/rules/no-obj-calls" 657 }, 658 "no-octal": { 659 "severity": "warning", 660 "category": "Best Practice", 661 "helpUrl": "http://eslint.org/docs/rules/no-octal" 662 }, 663 "no-octal-escape": { 664 "severity": "warning", 665 "category": "Best Practice", 666 "helpUrl": "http://eslint.org/docs/rules/no-octal-escape" 667 }, 668 "no-param-reassign": { 669 "severity": "info", 670 "category": "Stylistic Issue", 671 "helpUrl": "http://eslint.org/docs/rules/no-param-reassign" 672 }, 673 "no-path-concat": { 674 "severity": "warning", 675 "category": "Node.js", 676 "helpUrl": "http://eslint.org/docs/rules/no-path-concat" 677 }, 678 "no-plusplus": { 679 "severity": "warning", 680 "category": "Best Practice", 681 "helpUrl": "http://eslint.org/docs/rules/no-plusplus" 682 }, 683 "no-process-env": { 684 "severity": "warning", 685 "category": "Best Practice", 686 "helpUrl": "http://eslint.org/docs/rules/no-process-env" 687 }, 688 "no-process-exit": { 689 "severity": "warning", 690 "category": "Node.js", 691 "helpUrl": "http://eslint.org/docs/rules/no-process-exit" 692 }, 693 "no-proto": { 694 "severity": "warning", 695 "category": "Best Practice", 696 "helpUrl": "http://eslint.org/docs/rules/no-proto" 697 }, 698 "no-prototype-builtins": { 699 "severity": "error", 700 "category": "Possible Error", 701 "helpUrl": "http://eslint.org/docs/rules/no-prototype-builtins" 702 }, 703 "no-redeclare": { 704 "severity": "warning", 705 "category": "Best Practice", 706 "helpUrl": "http://eslint.org/docs/rules/no-redeclare" 707 }, 708 "no-regex-spaces": { 709 "severity": "warning", 710 "category": "Possible Error", 711 "helpUrl": "http://eslint.org/docs/rules/no-regex-spaces" 712 }, 713 "no-restricted-globals": { 714 "severity": "error", 715 "category": "Possible Error", 716 "helpUrl": "http://eslint.org/docs/rules/no-restricted-globals" 717 }, 718 "no-restricted-imports": { 719 "severity": "error", 720 "category": "Possible Error", 721 "helpUrl": "http://eslint.org/docs/rules/no-restricted-imports" 722 }, 723 "no-restricted-modules": { 724 "severity": "warning", 725 "category": "Node.js", 726 "helpUrl": "http://eslint.org/docs/rules/no-restricted-modules" 727 }, 728 "no-restricted-properties": { 729 "severity": "error", 730 "category": "Possible Error", 731 "helpUrl": "http://eslint.org/docs/rules/no-restricted-properties" 732 }, 733 "no-restricted-syntax": { 734 "severity": "error", 735 "category": "Possible Error", 736 "helpUrl": "http://eslint.org/docs/rules/no-restricted-syntax" 737 }, 738 "no-return-assign": { 739 "severity": "warning", 740 "category": "Best Practice", 741 "helpUrl": "http://eslint.org/docs/rules/no-return-assign" 742 }, 743 "no-return-await": { 744 "severity": "error", 745 "category": "Possible Error", 746 "helpUrl": "http://eslint.org/docs/rules/no-return-await" 747 }, 748 "no-script-url": { 749 "severity": "warning", 750 "category": "Best Practice", 751 "helpUrl": "http://eslint.org/docs/rules/no-script-url" 752 }, 753 "no-self-assign": { 754 "severity": "error", 755 "category": "Possible Error", 756 "helpUrl": "http://eslint.org/docs/rules/no-self-assign" 757 }, 758 "no-self-compare": { 759 "severity": "warning", 760 "category": "Best Practice", 761 "helpUrl": "http://eslint.org/docs/rules/no-self-compare" 762 }, 763 "no-sequences": { 764 "severity": "warning", 765 "category": "Best Practice", 766 "helpUrl": "http://eslint.org/docs/rules/no-sequences" 767 }, 768 "no-shadow": { 769 "severity": "warning", 770 "category": "Variable", 771 "helpUrl": "http://eslint.org/docs/rules/no-shadow" 772 }, 773 "no-shadow-restricted-names": { 774 "severity": "warning", 775 "category": "Variable", 776 "helpUrl": "http://eslint.org/docs/rules/no-shadow-restricted-names" 777 }, 778 "no-spaced-func": { 779 "severity": "info", 780 "category": "Stylistic Issue", 781 "helpUrl": "http://eslint.org/docs/rules/no-spaced-func" 782 }, 783 "no-sparse-arrays": { 784 "severity": "error", 785 "category": "Possible Error", 786 "helpUrl": "http://eslint.org/docs/rules/no-sparse-arrays" 787 }, 788 "no-sync": { 789 "severity": "warning", 790 "category": "Node.js", 791 "helpUrl": "http://eslint.org/docs/rules/no-sync" 792 }, 793 "no-tabs": { 794 "severity": "error", 795 "category": "Possible Error", 796 "helpUrl": "http://eslint.org/docs/rules/no-tabs" 797 }, 798 "no-template-curly-in-string": { 799 "severity": "error", 800 "category": "Possible Error", 801 "helpUrl": "http://eslint.org/docs/rules/no-template-curly-in-string" 802 }, 803 "no-ternary": { 804 "severity": "info", 805 "category": "Stylistic Issue", 806 "helpUrl": "http://eslint.org/docs/rules/no-ternary" 807 }, 808 "no-this-before-super": { 809 "severity": "error", 810 "category": "Possible Error", 811 "helpUrl": "http://eslint.org/docs/rules/no-this-before-super" 812 }, 813 "no-throw-literal": { 814 "severity": "warning", 815 "category": "Best Practice", 816 "helpUrl": "http://eslint.org/docs/rules/no-throw-literal" 817 }, 818 "no-trailing-spaces": { 819 "severity": "info", 820 "category": "Stylistic Issue", 821 "helpUrl": "http://eslint.org/docs/rules/no-trailing-spaces" 822 }, 823 "no-undef": { 824 "severity": "error", 825 "category": "Variable", 826 "helpUrl": "http://eslint.org/docs/rules/no-undef" 827 }, 828 "no-undef-init": { 829 "severity": "warning", 830 "category": "Variable", 831 "helpUrl": "http://eslint.org/docs/rules/no-undef-init" 832 }, 833 "no-undefined": { 834 "severity": "error", 835 "category": "Variable", 836 "helpUrl": "http://eslint.org/docs/rules/no-undefined" 837 }, 838 "no-underscore-dangle": { 839 "severity": "info", 840 "category": "Stylistic Issue", 841 "helpUrl": "http://eslint.org/docs/rules/no-underscore-dangle" 842 }, 843 "no-unexpected-multiline": { 844 "severity": "error", 845 "category": "Possible Error", 846 "helpUrl": "http://eslint.org/docs/rules/no-unexpected-multiline" 847 }, 848 "no-unmodified-loop-condition": { 849 "severity": "error", 850 "category": "Possible Error", 851 "helpUrl": "http://eslint.org/docs/rules/no-unmodified-loop-condition" 852 }, 853 "no-unneeded-ternary": { 854 "severity": "info", 855 "category": "Stylistic Issue", 856 "helpUrl": "http://eslint.org/docs/rules/no-unneeded-ternary" 857 }, 858 "no-unreachable": { 859 "severity": "error", 860 "category": "Possible Error", 861 "helpUrl": "http://eslint.org/docs/rules/no-unreachable" 862 }, 863 "no-unsafe-finally": { 864 "severity": "error", 865 "category": "Possible Error", 866 "helpUrl": "http://eslint.org/docs/rules/no-unsafe-finally" 867 }, 868 "no-unsafe-negation": { 869 "severity": "error", 870 "category": "Possible Error", 871 "helpUrl": "http://eslint.org/docs/rules/no-unsafe-negation" 872 }, 873 "no-unused-expressions": { 874 "severity": "warning", 875 "category": "Best Practice", 876 "helpUrl": "http://eslint.org/docs/rules/no-unused-expressions" 877 }, 878 "no-unused-labels": { 879 "severity": "error", 880 "category": "Possible Error", 881 "helpUrl": "http://eslint.org/docs/rules/no-unused-labels" 882 }, 883 "no-unused-vars": { 884 "severity": "warning", 885 "category": "Variable", 886 "helpUrl": "http://eslint.org/docs/rules/no-unused-vars" 887 }, 888 "no-use-before-define": { 889 "severity": "warning", 890 "category": "Variable", 891 "helpUrl": "http://eslint.org/docs/rules/no-use-before-define" 892 }, 893 "no-useless-call": { 894 "severity": "error", 895 "category": "Possible Error", 896 "helpUrl": "http://eslint.org/docs/rules/no-useless-call" 897 }, 898 "no-useless-computed-key": { 899 "severity": "error", 900 "category": "Possible Error", 901 "helpUrl": "http://eslint.org/docs/rules/no-useless-computed-key" 902 }, 903 "no-useless-concat": { 904 "severity": "error", 905 "category": "Possible Error", 906 "helpUrl": "http://eslint.org/docs/rules/no-useless-concat" 907 }, 908 "no-useless-constructor": { 909 "severity": "error", 910 "category": "Possible Error", 911 "helpUrl": "http://eslint.org/docs/rules/no-useless-constructor" 912 }, 913 "no-useless-escape": { 914 "severity": "error", 915 "category": "Possible Error", 916 "helpUrl": "http://eslint.org/docs/rules/no-useless-escape" 917 }, 918 "no-useless-rename": { 919 "severity": "error", 920 "category": "Possible Error", 921 "helpUrl": "http://eslint.org/docs/rules/no-useless-rename" 922 }, 923 "no-useless-return": { 924 "severity": "error", 925 "category": "Possible Error", 926 "helpUrl": "http://eslint.org/docs/rules/no-useless-return" 927 }, 928 "no-var": { 929 "severity": "warning", 930 "category": "ECMAScript 6", 931 "helpUrl": "http://eslint.org/docs/rules/no-var" 932 }, 933 "no-void": { 934 "severity": "warning", 935 "category": "Best Practice", 936 "helpUrl": "http://eslint.org/docs/rules/no-void" 937 }, 938 "no-warning-comments": { 939 "severity": "warning", 940 "category": "Best Practice", 941 "helpUrl": "http://eslint.org/docs/rules/no-warning-comments" 942 }, 943 "no-whitespace-before-property": { 944 "severity": "error", 945 "category": "Possible Error", 946 "helpUrl": "http://eslint.org/docs/rules/no-whitespace-before-property" 947 }, 948 "no-with": { 949 "severity": "error", 950 "category": "Best Practice", 951 "helpUrl": "http://eslint.org/docs/rules/no-with" 952 }, 953 "object-curly-newline": { 954 "severity": "error", 955 "category": "Possible Error", 956 "helpUrl": "http://eslint.org/docs/rules/object-curly-newline" 957 }, 958 "object-curly-spacing": { 959 "severity": "info", 960 "category": "Stylistic Issue", 961 "helpUrl": "http://eslint.org/docs/rules/object-curly-spacing" 962 }, 963 "object-property-newline": { 964 "severity": "error", 965 "category": "Possible Error", 966 "helpUrl": "http://eslint.org/docs/rules/object-property-newline" 967 }, 968 "object-shorthand": { 969 "severity": "warning", 970 "category": "Best Practice", 971 "helpUrl": "http://eslint.org/docs/rules/object-shorthand" 972 }, 973 "one-var": { 974 "severity": "info", 975 "category": "Stylistic Issue", 976 "helpUrl": "http://eslint.org/docs/rules/one-var" 977 }, 978 "one-var-declaration-per-line": { 979 "severity": "error", 980 "category": "Possible Error", 981 "helpUrl": "http://eslint.org/docs/rules/one-var-declaration-per-line" 982 }, 983 "operator-assignment": { 984 "severity": "info", 985 "category": "Stylistic Issue", 986 "helpUrl": "http://eslint.org/docs/rules/operator-assignment" 987 }, 988 "operator-linebreak": { 989 "severity": "info", 990 "category": "Stylistic Issue", 991 "helpUrl": "http://eslint.org/docs/rules/operator-linebreak" 992 }, 993 "padded-blocks": { 994 "severity": "info", 995 "category": "Stylistic Issue", 996 "helpUrl": "http://eslint.org/docs/rules/padded-blocks" 997 }, 998 "prefer-arrow-callback": { 999 "severity": "error", 1000 "category": "Possible Error", 1001 "helpUrl": "http://eslint.org/docs/rules/prefer-arrow-callback" 1002 }, 1003 "prefer-const": { 1004 "severity": "info", 1005 "category": "Stylistic Issue", 1006 "helpUrl": "http://eslint.org/docs/rules/prefer-const" 1007 }, 1008 "prefer-numeric-literals": { 1009 "severity": "error", 1010 "category": "Possible Error", 1011 "helpUrl": "http://eslint.org/docs/rules/prefer-numeric-literals" 1012 }, 1013 "prefer-reflect": { 1014 "severity": "error", 1015 "category": "Possible Error", 1016 "helpUrl": "http://eslint.org/docs/rules/prefer-reflect" 1017 }, 1018 "prefer-rest-params": { 1019 "severity": "error", 1020 "category": "Possible Error", 1021 "helpUrl": "http://eslint.org/docs/rules/prefer-rest-params" 1022 }, 1023 "prefer-spread": { 1024 "severity": "error", 1025 "category": "Possible Error", 1026 "helpUrl": "http://eslint.org/docs/rules/prefer-spread" 1027 }, 1028 "prefer-template": { 1029 "severity": "error", 1030 "category": "Possible Error", 1031 "helpUrl": "http://eslint.org/docs/rules/prefer-template" 1032 }, 1033 "quote-props": { 1034 "severity": "info", 1035 "category": "Stylistic Issue", 1036 "helpUrl": "http://eslint.org/docs/rules/quote-props" 1037 }, 1038 "quotes": { 1039 "severity": "info", 1040 "category": "Stylistic Issue", 1041 "helpUrl": "http://eslint.org/docs/rules/quotes" 1042 }, 1043 "radix": { 1044 "severity": "warning", 1045 "category": "Best Practice", 1046 "helpUrl": "http://eslint.org/docs/rules/radix" 1047 }, 1048 "require-jsdoc": { 1049 "severity": "error", 1050 "category": "Possible Error", 1051 "helpUrl": "http://eslint.org/docs/rules/require-jsdoc" 1052 }, 1053 "require-yield": { 1054 "severity": "error", 1055 "category": "Possible Error", 1056 "helpUrl": "http://eslint.org/docs/rules/require-yield" 1057 }, 1058 "rest-spread-spacing": { 1059 "severity": "error", 1060 "category": "Possible Error", 1061 "helpUrl": "http://eslint.org/docs/rules/rest-spread-spacing" 1062 }, 1063 "semi": { 1064 "severity": "error", 1065 "category": "Possible Error", 1066 "helpUrl": "http://eslint.org/docs/rules/semi" 1067 }, 1068 "semi-spacing": { 1069 "severity": "info", 1070 "category": "Stylistic Issue", 1071 "helpUrl": "http://eslint.org/docs/rules/semi-spacing" 1072 }, 1073 "sort-imports": { 1074 "severity": "error", 1075 "category": "Possible Error", 1076 "helpUrl": "http://eslint.org/docs/rules/sort-imports" 1077 }, 1078 "sort-keys": { 1079 "severity": "error", 1080 "category": "Possible Error", 1081 "helpUrl": "http://eslint.org/docs/rules/sort-keys" 1082 }, 1083 "sort-vars": { 1084 "severity": "info", 1085 "category": "Stylistic Issue", 1086 "helpUrl": "http://eslint.org/docs/rules/sort-vars" 1087 }, 1088 "space-before-blocks": { 1089 "severity": "info", 1090 "category": "Stylistic Issue", 1091 "helpUrl": "http://eslint.org/docs/rules/space-before-blocks" 1092 }, 1093 "space-before-function-paren": { 1094 "severity": "info", 1095 "category": "Stylistic Issue", 1096 "helpUrl": "http://eslint.org/docs/rules/space-before-function-paren" 1097 }, 1098 "space-in-parens": { 1099 "severity": "info", 1100 "category": "Stylistic Issue", 1101 "helpUrl": "http://eslint.org/docs/rules/space-in-parens" 1102 }, 1103 "space-infix-ops": { 1104 "severity": "info", 1105 "category": "Stylistic Issue", 1106 "helpUrl": "http://eslint.org/docs/rules/space-infix-ops" 1107 }, 1108 "space-unary-ops": { 1109 "severity": "info", 1110 "category": "Stylistic Issue", 1111 "helpUrl": "http://eslint.org/docs/rules/space-unary-ops" 1112 }, 1113 "spaced-comment": { 1114 "severity": "info", 1115 "category": "Stylistic Issue", 1116 "helpUrl": "http://eslint.org/docs/rules/spaced-comment" 1117 }, 1118 "strict": { 1119 "severity": "warning", 1120 "category": "Strict Mode", 1121 "helpUrl": "http://eslint.org/docs/rules/strict" 1122 }, 1123 "symbol-description": { 1124 "severity": "error", 1125 "category": "Possible Error", 1126 "helpUrl": "http://eslint.org/docs/rules/symbol-description" 1127 }, 1128 "template-curly-spacing": { 1129 "severity": "error", 1130 "category": "Possible Error", 1131 "helpUrl": "http://eslint.org/docs/rules/template-curly-spacing" 1132 }, 1133 "unicode-bom": { 1134 "severity": "error", 1135 "category": "Possible Error", 1136 "helpUrl": "http://eslint.org/docs/rules/unicode-bom" 1137 }, 1138 "use-isnan": { 1139 "severity": "error", 1140 "category": "Possible Error", 1141 "helpUrl": "http://eslint.org/docs/rules/use-isnan" 1142 }, 1143 "valid-jsdoc": { 1144 "severity": "warning", 1145 "category": "Possible Error", 1146 "helpUrl": "http://eslint.org/docs/rules/valid-jsdoc" 1147 }, 1148 "valid-typeof": { 1149 "severity": "warning", 1150 "category": "Possible Error", 1151 "helpUrl": "http://eslint.org/docs/rules/valid-typeof" 1152 }, 1153 "vars-on-top": { 1154 "severity": "error", 1155 "category": "Possible Error", 1156 "helpUrl": "http://eslint.org/docs/rules/vars-on-top" 1157 }, 1158 "wrap-iife": { 1159 "severity": "warning", 1160 "category": "Best Practice", 1161 "helpUrl": "http://eslint.org/docs/rules/wrap-iife" 1162 }, 1163 "wrap-regex": { 1164 "severity": "info", 1165 "category": "Stylistic Issue", 1166 "helpUrl": "http://eslint.org/docs/rules/wrap-regex" 1167 }, 1168 "yield-star-spacing": { 1169 "severity": "error", 1170 "category": "Possible Error", 1171 "helpUrl": "http://eslint.org/docs/rules/yield-star-spacing" 1172 }, 1173 "yoda": { 1174 "severity": "warning", 1175 "category": "Best Practice", 1176 "helpUrl": "http://eslint.org/docs/rules/yoda" 1177 } 1178 } 1179 }