File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import tseslint from "typescript-eslint" ;
22import stylistic from "@stylistic/eslint-plugin" ;
3- // @ts -expect-error No types available
43import importPlugin from "eslint-plugin-import" ;
54
65
76export default tseslint . config (
87 ...tseslint . configs . recommendedTypeChecked ,
98 ...tseslint . configs . stylisticTypeChecked ,
10- importPlugin . flatConfigs . recommended , // eslint-disable-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
11- importPlugin . flatConfigs . typescript , // eslint-disable-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
9+ importPlugin . flatConfigs . recommended ,
10+ importPlugin . flatConfigs . typescript ,
1211 stylistic . configs . customize ( {
1312 arrowParens : true ,
1413 braceStyle : "1tbs" ,
You can’t perform that action at this time.
0 commit comments