Commit d1a42f21 authored by Michael Underwood's avatar Michael Underwood
Browse files

Update ESLint config

parent 4b96d233
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
dist/
 No newline at end of file
src/playground.vue
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -12,4 +12,7 @@ module.exports = {
  parserOptions: {
    ecmaVersion: "latest",
  },
  rules: {
    "@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }],
  },
};
+0 −15
Original line number Diff line number Diff line
@@ -68,20 +68,5 @@
    "*.vue": [
      "eslint"
    ]
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/vue3-essential",
      "plugin:prettier/recommended",
      "eslint:recommended"
    ],
    "parserOptions": {
      "parser": "babel-eslint"
    },
    "rules": {}
  }
}