Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Oct 12, 2024
1 parent b3d5d9b commit 238e4bb
Show file tree
Hide file tree
Showing 8 changed files with 5,141 additions and 4,137 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

10 changes: 10 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { config } from '@bubkoo/eslint-config'

export default config([
{
files: ['src/**/*.js', 'src/**/*.ts'],
},
{
rules: {},
},
])
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,46 @@
"name": "bubkoo",
"email": "[email protected]"
},
"type": "module",
"main": "dist/index.js",
"files": [
"dist",
"action.yml"
],
"scripts": {
"clean": "rimraf dist",
"lint": "eslint 'src/**/*.{js,ts}?(x)' --fix",
"lint": "eslint --fix",
"prebuild": "run-s lint clean",
"build": "ncc build src/index.ts --minify --v8-cache"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/error": "^3.0.0",
"@actions/github": "^6.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/error": "^4.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@wow-actions/parse-inputs": "^2.0.1",
"semantic-release": "^19.0.5"
"semantic-release": "^24.1.2"
},
"devDependencies": {
"@bubkoo/eslint-config": "^2.3.1",
"@bubkoo/husky-hooks": "^1.0.4",
"@bubkoo/prettier-config": "^1.5.3",
"@bubkoo/tsconfig": "^1.1.0",
"@types/node": "^18.11.15",
"@types/semantic-release": "^17.2.4",
"@types/semantic-release__error": "^3.0.0",
"@vercel/ncc": "0.36.1",
"eslint": "^8.29.0",
"@bubkoo/eslint-config": "^3.0.1",
"@bubkoo/husky-hooks": "^2.0.0",
"@bubkoo/prettier-config": "^2.0.0",
"@bubkoo/tsconfig": "^2.0.0",
"@types/node": "^22.7.5",
"@types/semantic-release": "^20.0.6",
"@types/semantic-release__error": "^3.0.3",
"@vercel/ncc": "0.38.2",
"eslint": "^9.12.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"rimraf": "^4.4.0",
"typescript": "^4.4.3"
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.2.0"
},
"engines": {
"node": ">=16"
Expand Down
Loading

0 comments on commit 238e4bb

Please sign in to comment.