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: matrix-org/eslint-plugin-matrix-org
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: matrix-org/eslint-plugin-matrix-org
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 3, 2025

  1. minor version bump

    RiotRobot committed Feb 3, 2025
    Copy the full SHA
    cef7485 View commit details

Commits on Mar 4, 2025

  1. Verified

    This commit was signed with the committer’s verified signature.
    t3chguy Michael Telatynski
    Copy the full SHA
    55c66c7 View commit details
  2. Merge pull request #45 from matrix-org/unicorn-57

    Add compatibility for eslint-plugin-unicorn v57
    t3chguy authored Mar 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e60aea3 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 javascript.js
  2. +2 −2 package.json
2 changes: 1 addition & 1 deletion javascript.js
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ module.exports = {
},
],
"import/first": "error",
"unicorn/no-instanceof-array": "error",
"unicorn/no-instanceof-builtin-object": "error",

"quotes": ["error", "double", { avoidEscape: true }],
"object-curly-spacing": ["error", "always"],
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-matrix-org",
"version": "2.0.2",
"version": "2.1.0",
"description": "ESLint rules and configs used by Matrix.org projects",
"keywords": [
"eslint"
@@ -31,7 +31,7 @@
"eslint-plugin-jsx-a11y": "*",
"eslint-plugin-react": "*",
"eslint-plugin-react-hooks": "*",
"eslint-plugin-unicorn": "*",
"eslint-plugin-unicorn": ">=57",
"prettier": "*",
"typescript": "*"
}