element-ui/test/.eslintrc

14 lines
162 B
Plaintext
Raw Permalink Normal View History

2021-06-07 11:56:04 +08:00
{
"env": {
"mocha": true,
"es6": true
},
"globals": {
"expect": true,
"sinon": true
},
"parserOptions": {
"ecmaVersion": 2017
}
}