Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate the repo to ESLint #31777

Merged
merged 155 commits into from Sep 11, 2019
Merged

Commits on Jun 13, 2019

  1. add eslint

    a-tarasyuk committed Jun 13, 2019
    Copy the full SHA
    55b8a38 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. @typescript-eslint/semi

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    f6ccfb3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1ccb4d2 View commit details
    Browse the repository at this point in the history
  3. no-restricted-globals

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    f96fb53 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d8796d5 View commit details
    Browse the repository at this point in the history
  5. no-empty

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    123ca0d View commit details
    Browse the repository at this point in the history
  6. no-eval

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    1cc0ff2 View commit details
    Browse the repository at this point in the history
  7. space-in-parens

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    d7f5def View commit details
    Browse the repository at this point in the history
  8. object-shorthand

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    8896c67 View commit details
    Browse the repository at this point in the history
  9. dot-notation

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    550a99e View commit details
    Browse the repository at this point in the history
  10. brace-style

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    bea1bcb View commit details
    Browse the repository at this point in the history
  11. no-throw-literal

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    12e195c View commit details
    Browse the repository at this point in the history
  12. no-new-func

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    4e6fb72 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a96a08a View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    3fb48d3 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    afb5c9b View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    c3517c0 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    f1a399b View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    012c76e View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    65ddc1f View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    f611ec6 View commit details
    Browse the repository at this point in the history
  21. linebreak-style

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    650600c View commit details
    Browse the repository at this point in the history
  22. no-trailing-spaces

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    713d6ec View commit details
    Browse the repository at this point in the history
  23. quotes

    a-tarasyuk committed Jun 14, 2019
    Copy the full SHA
    627211b View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    59310d5 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    a18aeee View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    6b05b26 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Copy the full SHA
    9a0e2f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fdfff35 View commit details
    Browse the repository at this point in the history
  3. no-unused-expressions

    a-tarasyuk committed Jun 19, 2019
    Copy the full SHA
    5902b32 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    504b932 View commit details
    Browse the repository at this point in the history
  5. prefer-const

    a-tarasyuk committed Jun 19, 2019
    Copy the full SHA
    5ce8c83 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    62119ec View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    33eecee View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Copy the full SHA
    882dfd2 View commit details
    Browse the repository at this point in the history
  2. no-var

    a-tarasyuk committed Jun 20, 2019
    Copy the full SHA
    38652d4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5921cd4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    39c7e9a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1b798e3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    67e20fc View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0e14b4e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9fcaa19 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. no-fallthrough

    a-tarasyuk committed Jun 21, 2019
    Copy the full SHA
    7d449ac View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. no-fallthrough

    a-tarasyuk committed Jun 22, 2019
    Copy the full SHA
    702dc59 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Copy the full SHA
    7389200 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4b5017d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Copy the full SHA
    a5857ac View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. @typescript-eslint/indent

    a-tarasyuk committed Jun 27, 2019
    Copy the full SHA
    f6a5006 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8103035 View commit details
    Browse the repository at this point in the history
  3. no-redeclare

    a-tarasyuk committed Jun 27, 2019
    Copy the full SHA
    136f4cf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    769bb0b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ab28ee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Copy the full SHA
    9f47415 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Copy the full SHA
    4defd1d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Copy the full SHA
    45f8dc9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e18beb View commit details
    Browse the repository at this point in the history
  3. 3
    Copy the full SHA
    c5453c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Copy the full SHA
    9d01ef0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ccba537 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Copy the full SHA
    64baa80 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Copy the full SHA
    a8ee8fb View commit details
    Browse the repository at this point in the history
  2. no-null/no-null

    a-tarasyuk committed Jul 18, 2019
    Copy the full SHA
    2c32308 View commit details
    Browse the repository at this point in the history
  3. jsdoc/check-alignment

    a-tarasyuk committed Jul 18, 2019
    Copy the full SHA
    68ae438 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8bf5ebc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Copy the full SHA
    36a6028 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    949770a View commit details
    Browse the repository at this point in the history
  3. remove tslint:* directive

    a-tarasyuk committed Jul 19, 2019
    Copy the full SHA
    9c853f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Copy the full SHA
    40f2f77 View commit details
    Browse the repository at this point in the history
  2. update eslint

    a-tarasyuk committed Jul 22, 2019
    Copy the full SHA
    bb817c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Copy the full SHA
    a79f598 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Copy the full SHA
    0059763 View commit details
    Browse the repository at this point in the history
  2. change deprecated rule @typescript-eslint/prefer-interface to @typesc…

    …ript-eslint/consistent-type-definitions
    a-tarasyuk committed Jul 24, 2019
    Copy the full SHA
    e48123e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Copy the full SHA
    11ec611 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b4dfbc View commit details
    Browse the repository at this point in the history
  3. fix eslint errors

    a-tarasyuk committed Jul 29, 2019
    Copy the full SHA
    e1a1383 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b6c3c7a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Copy the full SHA
    06c31f6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56dcf92 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f19a9e3 View commit details
    Browse the repository at this point in the history
  4. Accept new baselines

    a-tarasyuk committed Jul 30, 2019
    Copy the full SHA
    771d90d View commit details
    Browse the repository at this point in the history
  5. remove useless semicolon

    a-tarasyuk committed Jul 30, 2019
    Copy the full SHA
    38e6e03 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bb11965 View commit details
    Browse the repository at this point in the history
  7. remote unused eslint rules

    a-tarasyuk committed Jul 30, 2019
    Copy the full SHA
    d1ae830 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. simple-indent

    a-tarasyuk committed Aug 4, 2019
    Copy the full SHA
    afafd3f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ee90fdb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a37d34a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a292ae1 View commit details
    Browse the repository at this point in the history
  5. fix eslint errors

    a-tarasyuk committed Aug 4, 2019
    Copy the full SHA
    4d23429 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9732930 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Copy the full SHA
    034ba9f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5217574 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Copy the full SHA
    5c2e000 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    481d70d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    455f8b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Copy the full SHA
    828ebd5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8f54cb6 View commit details
    Browse the repository at this point in the history
  3. fix eslint paths

    a-tarasyuk committed Aug 8, 2019
    Copy the full SHA
    c7834c5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ceccfd8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    78d8e80 View commit details
    Browse the repository at this point in the history
  6. fix formatting

    a-tarasyuk committed Aug 8, 2019
    Copy the full SHA
    536f59c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Accept new baselines

    a-tarasyuk committed Aug 9, 2019
    Copy the full SHA
    9851f9c View commit details
    Browse the repository at this point in the history
  2. disable no-redeclare

    a-tarasyuk committed Aug 9, 2019
    Copy the full SHA
    023e4c6 View commit details
    Browse the repository at this point in the history
  3. remove useless semicolons

    a-tarasyuk committed Aug 9, 2019
    Copy the full SHA
    d3bbad3 View commit details
    Browse the repository at this point in the history
  4. revert lib/react16.d.ts

    a-tarasyuk committed Aug 9, 2019
    Copy the full SHA
    a3c7165 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6988e25 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c050e55 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Copy the full SHA
    23a3b34 View commit details
    Browse the repository at this point in the history
  2. remove TODO comments

    a-tarasyuk committed Aug 10, 2019
    Copy the full SHA
    371c3c6 View commit details
    Browse the repository at this point in the history
  3. change const to let

    a-tarasyuk committed Aug 10, 2019
    Copy the full SHA
    b33b90b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e79e835 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e302665 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b3afb55 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Copy the full SHA
    466ee10 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b728bf4 View commit details
    Browse the repository at this point in the history
  3. lint all ts files in scripts. remove tslint: directive. add extended …

    …eslint config for CI environment
    a-tarasyuk committed Aug 14, 2019
    Copy the full SHA
    3424f84 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Copy the full SHA
    21d296b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f20a282 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. remove useless comment

    a-tarasyuk committed Aug 16, 2019
    Copy the full SHA
    8442ec0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2b11a18 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4c30a60 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d532bf6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b6d981a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Copy the full SHA
    a7f4162 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Copy the full SHA
    3b7f3da View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fd72a1c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    383750c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Copy the full SHA
    97368b7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fea9e11 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    41ede77 View commit details
    Browse the repository at this point in the history
  4. @typescript-eslint/quotes

    a-tarasyuk committed Aug 20, 2019
    Copy the full SHA
    42dd304 View commit details
    Browse the repository at this point in the history
  5. update eslint

    a-tarasyuk committed Aug 20, 2019
    Copy the full SHA
    8002483 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Copy the full SHA
    0d941d6 View commit details
    Browse the repository at this point in the history
  2. Update baselines

    a-tarasyuk committed Aug 21, 2019
    Copy the full SHA
    0e7c9e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Copy the full SHA
    acc653a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Copy the full SHA
    049f5da View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Copy the full SHA
    acafb50 View commit details
    Browse the repository at this point in the history
  2. fix eslint errors

    a-tarasyuk committed Aug 27, 2019
    Copy the full SHA
    a98798f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Copy the full SHA
    f8ab00b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Copy the full SHA
    49f1a79 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Copy the full SHA
    b31d5b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Copy the full SHA
    b1d748b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    49c3afd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Copy the full SHA
    c3af6a3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d85eb26 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Copy the full SHA
    f0e8518 View commit details
    Browse the repository at this point in the history
  2. fix eslint errors

    a-tarasyuk committed Sep 4, 2019
    Copy the full SHA
    06f22f8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9efb31c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Copy the full SHA
    7ea134b View commit details
    Browse the repository at this point in the history
  2. fix eslint errors

    a-tarasyuk committed Sep 5, 2019
    Copy the full SHA
    d26fa2c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4584b31 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a381968 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Copy the full SHA
    9ee2b4d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Copy the full SHA
    f834a50 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e9d651 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Copy the full SHA
    861f0be View commit details
    Browse the repository at this point in the history