Skip to content

Commit

Permalink
chore: update common eslint config to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Jan 19, 2025
1 parent 057b50d commit 29f31c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
4 changes: 1 addition & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ export default [
},
{
ignores: [
'scripts/*',
'dist/*',
'**/*.min.js'
'scripts/*'
]
}
];
14 changes: 5 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,14 @@
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@pretendonetwork/eslint-config": "^0.0.1",
"@stylistic/eslint-plugin": "^2.13.0",
"@pretendonetwork/eslint-config": "^0.0.2",
"bmp-js": "^0.1.0",
"ejs": "^3.1.10",
"eslint": "^9.18.0",
"eslint-plugin-import": "^2.31.0",
"express-subdomain": "^1.0.6",
"globals": "^15.14.0",
"request": "^2.88.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
"typescript": "^5.7.3"
}
}
}

0 comments on commit 29f31c6

Please sign in to comment.