element/.eslintrc

11 lines
165 B
Plaintext
Raw Normal View History

2016-07-27 14:15:02 +08:00
{
"plugins": ['vue'],
"extends": 'elemefe',
"parserOptions": {
"ecmaFeatures": {
2016-07-29 17:46:16 +08:00
"experimentalObjectRestSpread": true,
"jsx": true
2016-07-27 14:15:02 +08:00
}
}
}