You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
320 B

2 years ago
  1. /* eslint-env node */
  2. require("@rushstack/eslint-patch/modern-module-resolution");
  3. module.exports = {
  4. root: true,
  5. extends: [
  6. "plugin:vue/vue3-essential",
  7. "eslint:recommended",
  8. "@vue/eslint-config-typescript",
  9. "@vue/eslint-config-prettier",
  10. ],
  11. parserOptions: {
  12. ecmaVersion: "latest",
  13. },
  14. };