aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-13 13:46:03 -0700
committerGitHub <noreply@github.com>2022-07-13 13:46:03 -0700
commitc11c45a661addf377ac5f4773ba39f5ef66ec155 (patch)
tree204cd561549dd6424d7e07c88b042e3bce62d608 /.eslintrc.js
parentd57821b5fa8b994bc4082f7565a072090ff288a1 (diff)
parent0eca982f8bc89bbac3ed4fee248fc53b7c4c0527 (diff)
downloadhomer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.gz
homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.zst
homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.zip
Merge pull request #482 from bastienwirtz/vuejs-3
Vuejs 3
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
deleted file mode 100644
index 2ac7400..0000000
--- a/.eslintrc.js
+++ /dev/null
@@ -1,15 +0,0 @@
1module.exports = {
2 root: true,
3 env: {
4 node: true,
5 },
6 extends: ["plugin:vue/essential", "eslint:recommended", "@vue/prettier"],
7 parserOptions: {
8 parser: "babel-eslint",
9 },
10 rules: {
11 "no-console": "off",
12 "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
13 "vue/require-v-for-key": "off",
14 },
15};