Skip to content

Commit

Permalink
chore: Drop old lint infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Aug 12, 2024
1 parent 3d7e51b commit 232bce9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion .prettierrc.js

This file was deleted.

6 changes: 4 additions & 2 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"build:dev": "npm run build:dev:clean && npm run build:dev:code",
"build:dev:code": "node scripts/development.js",
"build:dev:clean": "rm -rf dist",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build"
},
"author": {
Expand All @@ -46,14 +44,14 @@
"@esbuild-plugins/tsconfig-paths": "^0.1.2",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.35",
"@types/ramda": "^0.28.13",
"esbuild": "^0.17.18",
"esbuild-jest": "^0.5.0",
"esbuild-node-externals": "^1.7.0",
"jest": "^28.1.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@types/ramda": "^0.28.13",
"ramda": "^0.28.0"
}
}

0 comments on commit 232bce9

Please sign in to comment.