Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Mar 9, 2020
1 parent 3187a7a commit 3111179
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
tsconfigRootDir: __dirname
},
plugins: ['prettier'],
extends: ['kotori/auto'],
extends: ['kotori/auto', 'prettier', 'prettier/@typescript-eslint'],
rules: {
'no-duplicate-imports': 'off',
'react/display-name': 'off',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"coveralls": "^3.0.9",
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-kotori": "^0.5.1",
"eslint-config-kotori": "^0.5.4",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"file-loader": "^5.1.0",
Expand Down
20 changes: 16 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3754,10 +3754,10 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=

eslint-config-kotori@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/eslint-config-kotori/-/eslint-config-kotori-0.5.1.tgz#1099736b278765a321c4a9356ff7244ad03e1ca5"
integrity sha512-GI/TJNasmQwbMA6TSYhwMqdQOLoJhjCPvORlVsttOmZpS+DKRk9juVGYsg6rihPDbnG3yW3ezv79hJ7CeZIYkg==
eslint-config-kotori@^0.5.4:
version "0.5.4"
resolved "https://registry.yarnpkg.com/eslint-config-kotori/-/eslint-config-kotori-0.5.4.tgz#3383f39a1e393030b8f5a5064172d4e9ebfbe445"
integrity sha512-Ws1gofIO4dYSh1XAUY2K8yS2tLE5bMbQP+Lh3MKBtZeXABTfWngxgvAHqRR4LP5XPcNC8bxm0evW5Va/bLaz/A==
dependencies:
"@typescript-eslint/eslint-plugin" "^2.22.0"
"@typescript-eslint/parser" "^2.22.0"
Expand All @@ -3767,6 +3767,13 @@ eslint-config-kotori@^0.5.1:
ptils "^0.3.0"
vue-eslint-parser "^7.0.0"

eslint-config-prettier@^6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz#7b15e303bf9c956875c948f6b21500e48ded6a7f"
integrity sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg==
dependencies:
get-stdin "^6.0.0"

eslint-loader@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-3.0.3.tgz#e018e3d2722381d982b1201adb56819c73b480ca"
Expand Down Expand Up @@ -4545,6 +4552,11 @@ get-stdin@^4.0.1:
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=

get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==

get-stream@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
Expand Down

0 comments on commit 3111179

Please sign in to comment.