Skip to content

Commit

Permalink
feat: extend from sxzz eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Dec 7, 2024
1 parent 93159bc commit 2192f1e
Show file tree
Hide file tree
Showing 9 changed files with 1,776 additions and 190 deletions.
29 changes: 12 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "@danielwaltz/eslint-config",
"version": "0.0.5",
"packageManager": "[email protected]",
"type": "module",
"keywords": [
"eslint-config"
],
"license": "MIT",
"author": "Daniel Waltz",
"repository": {
"type": "git",
"url": "git+https://github.com/danielwaltz/eslint-config.git"
},
"keywords": [
"eslint-config"
"author": "Daniel Waltz",
"files": [
"CHANGELOG.md",
"README.md",
"dist"
],
"type": "module",
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
}
},
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"packageManager": "[email protected]",
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
Expand All @@ -38,13 +38,8 @@
"prettier": ">=3"
},
"dependencies": {
"@eslint/js": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-flat-config-utils": "^0.4.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript-eslint": "^8.17.0"
"@sxzz/eslint-config": "^4.5.1",
"eslint-flat-config-utils": "^0.4.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
Expand Down
Loading

0 comments on commit 2192f1e

Please sign in to comment.