mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-12 12:35:06 +08:00
12 lines
247 B
JavaScript
12 lines
247 B
JavaScript
|
module.exports = {
|
||
|
extends: ['@webank/eslint-config-webank/vue.js'],
|
||
|
overrides: [
|
||
|
{
|
||
|
files: ['**/__tests__/*.{j,t}s?(x)', '**/tests/unit/**/*.spec.{j,t}s?(x)'],
|
||
|
},
|
||
|
],
|
||
|
env: {
|
||
|
jest: true,
|
||
|
},
|
||
|
};
|