Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1eed9aaf authored by Simon Chan's avatar Simon Chan
Browse files

chore: remove eslint-plugin-import and its junks

This reduces total dependency count by 81 (14.5%)
parent 0424dd70
Loading
Loading
Loading
Loading
+251 −938

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
  "pnpmShrinkwrapHash": "d54e8933f62b1c83510981b0be90c6220cea4068",
  "pnpmShrinkwrapHash": "0614fa404f36d8761fbac03dd9201e806b5c468e",
  "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
+0 −30
Original line number Diff line number Diff line
@@ -236,36 +236,6 @@
         */
        "postRushBuild": []
    },
    /**
     * Installation variants allow you to maintain a parallel set of configuration files that can be
     * used to build the entire monorepo with an alternate set of dependencies.  For example, suppose
     * you upgrade all your projects to use a new release of an important framework, but during a transition period
     * you intend to maintain compatibility with the old release.  In this situation, you probably want your
     * CI validation to build the entire repo twice: once with the old release, and once with the new release.
     *
     * Rush "installation variants" correspond to sets of config files located under this folder:
     *
     *   common/config/rush/variants/<variant_name>
     *
     * The variant folder can contain an alternate common-versions.json file.  Its "preferredVersions" field can be used
     * to select older versions of dependencies (within a loose SemVer range specified in your package.json files).
     * To install a variant, run "rush install --variant <variant_name>".
     *
     * For more details and instructions, see this article:  https://rushjs.io/pages/advanced/installation_variants/
     */
    "variants": [
        // {
        //   /**
        //    * The folder name for this variant.
        //    */
        //   "variantName": "old-sdk",
        //
        //   /**
        //    * An informative description
        //    */
        //   "description": "Build this repo using the previous release of the SDK"
        // }
    ],
    /**
     * Rush can collect anonymous telemetry about everyday developer activity such as
     * success/failure of installs, builds, and other operations.  You can use this to identify
+1 −2
Original line number Diff line number Diff line
@@ -10,9 +10,8 @@
        "@eslint/js": "^9.1.1",
        "@types/node": "^20.12.7",
        "eslint": "^9.1.1",
        "eslint-plugin-import": "^2.29.1",
        "typescript": "^5.4.5",
        "typescript-eslint": "^7.7.1"
        "typescript-eslint": "^7.8.0"
    },
    "devDependencies": {
        "prettier": "^3.2.5"