mirror of https://github.com/Kylart/KawAnime.git
10 lines
128 B
JavaScript
10 lines
128 B
JavaScript
|
module.exports = {
|
||
|
extends: [
|
||
|
'standard',
|
||
|
'plugin:vue/essential'
|
||
|
],
|
||
|
parserOptions: {
|
||
|
ecmaVersion: 2017
|
||
|
}
|
||
|
};
|