Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
build: bump eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jun 14, 2020
1 parent f75b2bd commit 35a9a0a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
{
"extends": "bamboo",
"env": {
"jest": true
},
"rules": {
// Handled by Prettier
"padded-blocks": "off",
"space-before-function-paren": "off",
"arrow-parens": "off",

// Invalid for this project
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-throw-literal": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/naming-convention": [
"error",
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": false,
"scripts": {
"prepublishOnly": "yarn build",
"lint": "eslint --ext ts src __tests__ __mocks__ --fix",
"lint": "eslint --ext ts src tests --fix",
"test": "jest",
"docs": "typedoc",
"build": "tsc -b src",
Expand All @@ -28,11 +28,11 @@
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"cz-conventional-changelog": "^3.2.0",
"eslint-config-bamboo": "^5.0.0",
"eslint": "^7.2.0",
"eslint-config-bamboo": "^5.1.0",
"husky": "^4.2.5",
"jest-circus": "^26.0.1",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"klasa": "github:dirigeants/klasa#build",
"lint-staged": "^10.2.10",
"prettier": "^2.0.5",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -612,13 +612,13 @@

"@klasa/core@github:dirigeants/core#build":
version "0.0.3"
resolved "https://codeload.github.com/dirigeants/core/tar.gz/12b29bb0cbd559a99fc69960554a14157ced6599"
resolved "https://codeload.github.com/dirigeants/core/tar.gz/e7980f8a17f0262057ea609ea53c0d248999344d"
dependencies:
"@klasa/bitfield" "^0.0.3"
"@klasa/cache" "^0.0.3"
"@klasa/dapi-types" "^0.2.1"
"@klasa/event-iterator" "^0.0.10"
"@klasa/rest" "^0.4.5"
"@klasa/rest" "^0.5.3"
"@klasa/snowflake" "^0.0.1"
"@klasa/timer-manager" "^0.0.1"
"@klasa/utils" "^0.0.8"
Expand Down Expand Up @@ -659,10 +659,10 @@
resolved "https://registry.yarnpkg.com/@klasa/request-handler/-/request-handler-0.0.3.tgz#ed72de611ece3dd99725cb797fc13e07bb05e618"
integrity sha512-Z1O+Aa2kW/I4Uos4EZalByveIuQKRfuRx+JCsgsogDBd95N5Ub47AH+LEd5i+uzjnJ6iDHfodpVlaHojJ4Q+ZQ==

"@klasa/rest@^0.4.5":
version "0.4.5"
resolved "https://registry.yarnpkg.com/@klasa/rest/-/rest-0.4.5.tgz#ec537082fceb7dc99c3c4f8e3db1ea9b4f694b3c"
integrity sha512-I3dyDqPdTd4c/CJHGXnM6gjpX6qrNBjVKrqrAgbGpiqIXIVyRoZBfEWhaQz7OmdnoMkQtyUIco2DWQgfKg3wKQ==
"@klasa/rest@^0.5.3":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@klasa/rest/-/rest-0.5.3.tgz#0eddaeec7b5029de268c61d6a0602e61bb6803ed"
integrity sha512-WWlFnbf1oCwNxERI6+b4WNxjXFDw5RKzPQLVyY+h0xR2yzJq64I/FRC39ZKe8yYonFs91oI5Dny3pNxcxBxFGQ==
dependencies:
"@klasa/async-queue" "^0.0.1"
"@klasa/cache" "^0.0.3"
Expand Down Expand Up @@ -2145,10 +2145,10 @@ escodegen@^1.14.1:
optionalDependencies:
source-map "~0.6.1"

eslint-config-bamboo@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-bamboo/-/eslint-config-bamboo-5.0.0.tgz#94a40d2f1d2effc0ae331e2d1ee420f8ba7e7804"
integrity sha512-HT2FspssSFRZO9jjO4CkEmunfYvAESNamDovZ/QfRNrB5QYgBcwEa/jpEZ1q2XMQTCTSmzbx+SYK0u8JOkMlCg==
eslint-config-bamboo@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-bamboo/-/eslint-config-bamboo-5.1.0.tgz#9427be366f60056231c80649063e97b1749a8805"
integrity sha512-UOeq82PrVv//6VkgCQa5sOMOuIAQvtjCTSSV/imTrEE78ygBA/ojBgV3s6/enrctRWIKoDsc73YGQgLa63iaEA==

eslint-scope@^5.0.0, eslint-scope@^5.1.0:
version "5.1.0"
Expand Down Expand Up @@ -3846,7 +3846,7 @@ kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3:

"klasa@github:dirigeants/klasa#build":
version "0.6.0-dev"
resolved "https://codeload.github.com/dirigeants/klasa/tar.gz/b91c45a943ab157a8e4cc4074d35780c20678ceb"
resolved "https://codeload.github.com/dirigeants/klasa/tar.gz/ce1f8ac1c3801ef1c0aa64b454c967dfeea79da2"
dependencies:
"@klasa/cache" "^0.0.3"
"@klasa/console" "^0.0.3"
Expand Down

0 comments on commit 35a9a0a

Please sign in to comment.