Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ota-meshi/eslint-plugin-jsonc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: ota-meshi/eslint-plugin-jsonc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 17 commits
  • 41 files changed
  • 3 contributors

Commits on Oct 11, 2021

  1. Update dependency @ota-meshi/eslint-plugin to ^0.10.0 (#116)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 11, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    55f29fc View commit details
  2. Copy the full SHA
    e532b2a View commit details

Commits on Oct 14, 2021

  1. Update dependency eslint to v8 (#115)

    * Update dependency eslint to v8
    
    * update ci
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    3 people authored Oct 14, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    07bba03 View commit details

Commits on Oct 15, 2021

  1. Copy the full SHA
    4781e16 View commit details

Commits on Oct 20, 2021

  1. Copy the full SHA
    e4dbbbc View commit details

Commits on Oct 22, 2021

  1. Update dependency stylelint to v14 (#120)

    * Update dependency stylelint to v14
    
    * update
    
    * update
    
    * update
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: yosuke ota <otameshiyo23@gmail.com>
    3 people authored Oct 22, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    21cc27f View commit details
  2. upgrade deps

    ota-meshi committed Oct 22, 2021
    Copy the full SHA
    4694b01 View commit details
  3. Copy the full SHA
    0918f17 View commit details

Commits on Oct 29, 2021

  1. Update dependency eslint-plugin-vue to v8 (#125)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 29, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9455589 View commit details

Commits on Nov 5, 2021

  1. Drop support for node v8-11, v13, and v15, and drop support for ESLin…

    …t v5 (#130)
    
    * Drop support for node v8-11, v13, and v15, and drop support for ESLint v5
    
    * Update package.json
    ota-meshi authored Nov 5, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3676806 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9950430 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4ea0396 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5bee75c View commit details
  5. Add jsonc/all config (#135)

    ota-meshi authored Nov 5, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f5b8a9c View commit details
  6. Change config (#73)

    * Change config
    
    - Change `plugin:jsonc/recommended-with-json` config
      - Add `jsonc/no-binary-numeric-literals` rule.
      - Add `jsonc/no-escape-sequence-in-identifier` rule.
      - Add `jsonc/no-hexadecimal-numeric-literals` rule.
      - Add `jsonc/no-infinity` rule.
      - Add `jsonc/no-nan` rule.
      - Add `jsonc/no-octal-numeric-literals` rule.
      - Add `jsonc/no-octal` rule.
      - Add `jsonc/no-plus-sign` rule.
      - Add `jsonc/no-unicode-codepoint-escapes` rule.
    
    - Change `plugin:jsonc/recommended-with-jsonc` config
      - Add `jsonc/no-binary-numeric-literals` rule.
      - Add `jsonc/no-escape-sequence-in-identifier` rule.
      - Add `jsonc/no-hexadecimal-numeric-literals` rule.
      - Add `jsonc/no-infinity` rule.
      - Add `jsonc/no-nan` rule.
      - Add `jsonc/no-octal-numeric-literals` rule.
      - Add `jsonc/no-octal` rule.
      - Add `jsonc/no-plus-sign` rule.
      - Add `jsonc/no-unicode-codepoint-escapes` rule.
    
    - Change `plugin:jsonc/recommended-with-json5` config
      - Add `jsonc/no-binary-numeric-literals` rule.
      - Add `jsonc/no-escape-sequence-in-identifier` rule.
      - Add `jsonc/no-octal-numeric-literals` rule.
      - Add `jsonc/no-octal` rule.
      - Add `jsonc/no-unicode-codepoint-escapes` rule.
    
    * update
    ota-meshi authored Nov 5, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    497c992 View commit details
  7. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    59d482e View commit details
  8. 2.0.0

    ota-meshi committed Nov 5, 2021
    Copy the full SHA
    930ee12 View commit details
Loading