Skip to content

Commit 3893403

Browse files
Update configuration
1 parent 9857549 commit 3893403

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

eslint.config.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ export default tseslint.config(
3939
*/
4040
{
4141
extends: [
42-
...tseslint.configs.recommendedTypeChecked,
43-
...tseslint.configs.stylisticTypeChecked,
42+
eslint.configs.recommended,
43+
tseslint.configs.recommendedTypeChecked,
44+
tseslint.configs.stylisticTypeChecked,
4445
],
4546
files: ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "**/*.mjs"],
4647
languageOptions: {
@@ -53,7 +54,6 @@ export default tseslint.config(
5354
"project-structure": projectStructurePlugin,
5455
},
5556
rules: {
56-
...eslint.configs.recommended.rules,
5757
"project-structure/independent-modules": [
5858
"error",
5959
independentModulesConfig,

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"eslint": "^9.15.0",
1818
"typescript": "^5.7.2",
1919
"typescript-eslint": "^8.15.0",
20-
"eslint-plugin-project-structure": "^3.10.6"
20+
"eslint-plugin-project-structure": "^3.10.9"
2121
}
2222
}

packageLegacyConfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@typescript-eslint/eslint-plugin": "^8.5.0",
1515
"@typescript-eslint/parser": "^8.5.0",
1616
"eslint": "^8.57.0",
17-
"eslint-plugin-project-structure": "^3.10.6",
17+
"eslint-plugin-project-structure": "^3.10.9",
1818
"typescript": "^5.6.2"
1919
}
2020
}

0 commit comments

Comments
 (0)