diff --git a/.eslintrc b/.eslintrc index fc6f6be8..0cd3d07c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,4 +1,5 @@ { + "root": true, "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", @@ -11,7 +12,9 @@ "es6": true, "node": true }, - "plugins": ["@typescript-eslint"], + "plugins": [ + "@typescript-eslint" + ], "parser": "@typescript-eslint/parser", "parserOptions": { "sourceType": "module" @@ -37,4 +40,4 @@ "@typescript-eslint/explicit-module-boundary-types": 0, "@typescript-eslint/ban-types": 0 } -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b908875a..f745f565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6278,14 +6278,12 @@ "buffer": "^6.0.3", "debug": "^4.3.4", "jspack": "^0.0.4", - "lodash": "^4.17.21", "mp4box": "^0.5.2", "rx.mini": "^1.2.2" }, "devDependencies": { "@types/aes-js": "^3.1.1", "@types/debug": "^4.1.7", - "@types/lodash": "^4.14.191", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "react": "^18.2.0", @@ -11076,7 +11074,6 @@ "@minhducsun2002/leb128": "^1.0.0", "@types/aes-js": "^3.1.1", "@types/debug": "^4.1.7", - "@types/lodash": "^4.14.191", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "aes-js": "^3.1.2", @@ -11084,7 +11081,6 @@ "buffer": "^6.0.3", "debug": "^4.3.4", "jspack": "^0.0.4", - "lodash": "^4.17.21", "mp4box": "^0.5.2", "react": "^18.2.0", "react-dom": "^18.2.0",