UNPKG

eslint-config-blockabc

Version:

A All-in-One eslint config project based on Standard Style

13 lines (12 loc) 282 B
module.exports = { extends: [ './vue.js', './typescript.js', ], // https://www.npmjs.com/package/vue-eslint-parser#parseroptionsparser parser: 'vue-eslint-parser', parserOptions: { parser: '@typescript-eslint/parser', extraFileExtensions: ['.vue'], }, }