Skip to content

Commit

Permalink
Updated eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Sep 19, 2022
1 parent 71b715a commit 7d448d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 148 deletions.
32 changes: 0 additions & 32 deletions .eslintrc.cjs

This file was deleted.

5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"]
}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "useTabs": true, "tabWidth": 1, "semi": true, "printWidth": 160, "singleQuote": true }
{ "useTabs": true, "tabWidth": 1, "semi": true, "printWidth": 160 }
111 changes: 2 additions & 109 deletions package-lock.json

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

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"html-to-text": "^8.2.1",
"json5": "^2.2.1",
"multi-progress-bars": "^4.3.1",
"pkginfo": "^0.4.1",
"process.argv": "^0.6.0",
"prompts": "^2.4.2",
"sanitize-filename": "^1.6.3",
Expand All @@ -36,13 +35,10 @@
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.12",
"@types/tough-cookie-file-store": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"esbuild": "^0.15.8",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"pkg": "^5.8.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"eslint": "^8.23.1",
"typescript": "^4.8.3"
}
}

0 comments on commit 7d448d3

Please sign in to comment.