mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
14 lines
245 B
JavaScript
14 lines
245 B
JavaScript
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
env: {
|
||
|
|
node: true,
|
||
|
|
},
|
||
|
|
extends: ['plugin:vue/essential', 'eslint:recommended'],
|
||
|
|
parserOptions: {
|
||
|
|
parser: '@babel/eslint-parser',
|
||
|
|
},
|
||
|
|
rules: {
|
||
|
|
'vue/multi-word-component-names': 'off',
|
||
|
|
},
|
||
|
|
}
|