mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-05 07:52:44 +08:00
15 lines
208 B
JavaScript
15 lines
208 B
JavaScript
module.exports = {
|
|
root: true,
|
|
env: {
|
|
browser: true
|
|
},
|
|
parser: '@typescript-eslint/parser',
|
|
parserOptions: {
|
|
ecmaVersion: 2020
|
|
},
|
|
plugins: [
|
|
'@typescript-eslint'
|
|
],
|
|
rules: {}
|
|
};
|