Skip to content

Commit

Permalink
Remove linter (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv authored Sep 26, 2024
1 parent d86d3fb commit b63360e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 599 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

56 changes: 0 additions & 56 deletions .eslintrc

This file was deleted.

9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,15 @@
"supports-color": "^8"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@inquirer/testing": "^2.1.7",
"@oclif/test": "^4.0.4",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.0",
"@types/sinon": "^17.0.3",
"@types/supports-color": "^8.1.3",
"@typescript-eslint/parser": "6.7.3",
"c8": "^8.0.1",
"chai": "^4.2.0",
"eslint": "^8.10.0",
"eslint-config-oclif": "^1.5.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.4",
"jest": "^29.7.0",
"mocha": "^10.2.0",
Expand Down Expand Up @@ -106,11 +100,8 @@
"build": "rm -rf dist && tsc -b",
"postpack": "rm -f oclif.manifest.json",
"prepack": "yarn build && oclif manifest",
"pretest": "yarn fixlint",
"local-test": "export $(cat .env | xargs); mocha \"test/**/*.test.{js,ts}\"",
"test": "c8 -r html mocha --forbid-only \"test/**/*.test.{js,ts}\"",
"lint": "eslint .",
"fixlint": "eslint . --fix",
"version": "oclif-dev readme && git add README.md",
"fmt": "prettier -w src"
},
Expand Down
Loading

0 comments on commit b63360e

Please sign in to comment.