Skip to content

Commit

Permalink
feat: update to @antfu/estlint-config v3
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Aug 30, 2024
1 parent 9289dc0 commit 56bb1b9
Show file tree
Hide file tree
Showing 4 changed files with 4,395 additions and 4,174 deletions.
4 changes: 1 addition & 3 deletions eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { tresLintConfig } from './src/index'

export default tresLintConfig({

})
export default tresLintConfig()
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tresjs/eslint-config",
"type": "module",
"version": "1.1.0",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@9.9.0",
"description": "Opinionated ESLint configuration for Tres.js ecosystem",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"license": "MIT",
Expand All @@ -28,28 +28,28 @@
"dist"
],
"scripts": {
"lint": "eslint .",
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"lint": "eslint . --flag unstable_ts_config",
"lint:fix": "eslint . --fix",
"preview": "eslint-flat-config-viewer",
"release": "release-it",
"build": "tsup --format esm,cjs --clean --dts",
"stub": "tsup --format esm",
"dev": "tsup --format esm,cjs --watch & eslint-flat-config-viewer",
"watch": "tsup --format esm,cjs --watch"
},
"peerDependencies": {
"eslint": "9.x"
},
"dependencies": {
"@antfu/eslint-config": "^2.18.0",
"eslint-plugin-format": "^0.1.1"
"@antfu/eslint-config": "^3.0.0",
"eslint-plugin-format": "^0.1.2"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"eslint": "npm:[email protected]",
"eslint-flat-config-viewer": "^0.1.20",
"eslint-ts-patch": "9.2.0-6",
"release-it": "^17.2.1",
"tsup": "^8.0.2"
"eslint-ts-patch": "9.8.0-1",
"release-it": "^17.6.0",
"tsup": "^8.2.4"
}
}
Loading

0 comments on commit 56bb1b9

Please sign in to comment.