Skip to content

Commit

Permalink
fix(eslint-config-ali): type check
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Feb 5, 2025
1 parent ff1c06d commit fdf9730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-ali/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ali",
"version": "16.0.0-beta.0",
"version": "16.0.0-beta.1",
"description": "ESLint Shareable Config for Alibaba F2E Guidelines",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ali/src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ts from 'typescript-eslint';
const typescript = ts.config({
name: 'ali/typescripts',
files: ['**/*.{cts,mts,ts,tsx}'],
extends: [ts.configs.recommendedTypeChecked],
extends: [ts.configs.recommended],
languageOptions: {
parserOptions: {
project: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/f2elint/templates/base/package.merge.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint-config-ali": "^16.0.0-beta.0"
"eslint-config-ali": "^16.0.0-beta.1"
}
}

0 comments on commit fdf9730

Please sign in to comment.