Skip to content

Commit

Permalink
chore: remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
xiBread committed Mar 6, 2024
1 parent 5cbd9f0 commit 7fbe4ad
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 770 deletions.
23 changes: 0 additions & 23 deletions .eslintrc

This file was deleted.

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"eslint.enable": false
}
2 changes: 0 additions & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable @typescript-eslint/no-var-requires */

import path from "node:path";
import { find } from "@mapbox/node-pre-gyp";

Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
"build:from-source": "node-pre-gyp install --fallback-to-build --build-from-source",
"test": "node-pre-gyp configure build && vitest run ./lib/index.test.ts",
"prepack": "yarn build",
"style": "yarn run lint:fix && prettier",
"lint": "eslint src --ext .ts",
"lint:fix": "yarn run lint -- --fix",
"prettier": "prettier -w src"
"prettier": "prettier -w lib"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -73,10 +70,6 @@
"@actions/github": "^6.0.0",
"@actions/glob": "^0.4.0",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
Expand Down
Loading

0 comments on commit 7fbe4ad

Please sign in to comment.