KawAnime/.eslintrc.js

11 lines
156 B
JavaScript
Raw Normal View History

2018-07-20 18:11:46 +00:00
module.exports = {
extends: [
'standard',
'plugin:vue/essential'
],
parserOptions: {
2018-07-21 00:15:51 +00:00
parser: 'babel-eslint',
2018-07-20 18:11:46 +00:00
ecmaVersion: 2017
}
};