summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-03-13 00:18:41 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-03-13 00:18:41 +0900
commit320f5fedfb0fe0c6761ba0ba5a4d37b730975f41 (patch)
tree9f5e9b7c081b2d976bb2dd348d74dcfc6c606d4f /src/client
parentnpm run watchでサーバーサイドもwatchするように (diff)
downloadsharkey-320f5fedfb0fe0c6761ba0ba5a4d37b730975f41.tar.gz
sharkey-320f5fedfb0fe0c6761ba0ba5a4d37b730975f41.tar.bz2
sharkey-320f5fedfb0fe0c6761ba0ba5a4d37b730975f41.zip
eslintrcとtsconfigを整理
Diffstat (limited to 'src/client')
-rw-r--r--src/client/.eslintrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/.eslintrc b/src/client/.eslintrc
index 8829472b49..fffa28d9e4 100644
--- a/src/client/.eslintrc
+++ b/src/client/.eslintrc
@@ -1,4 +1,24 @@
{
+ "env": {
+ "node": false,
+ },
+ "extends": [
+ "eslint:recommended",
+ "plugin:vue/recommended"
+ ],
+ "rules": {
+ "vue/require-v-for-key": 0,
+ "vue/max-attributes-per-line": 0,
+ "vue/html-indent": 0,
+ "vue/html-self-closing": 0,
+ "vue/no-unused-vars": 0,
+ "vue/attributes-order": 0,
+ "vue/require-prop-types": 0,
+ "vue/require-default-prop": 0,
+ "vue/html-closing-bracket-spacing": 0,
+ "vue/singleline-html-element-content-newline": 0,
+ "vue/no-v-html": 0
+ },
"globals": {
"_DEV_": false,
"_LANGS_": false,