mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-27 06:29:10 +08:00
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
{
|
|
"plugins": [
|
|
"jest",
|
|
"no-only-tests"
|
|
],
|
|
"env": {
|
|
"jest/globals": true
|
|
},
|
|
"extends": ["plugin:jest/recommended"],
|
|
"rules": {
|
|
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
|
|
"jest/consistent-test-it": "error",
|
|
"no-only-tests/no-only-tests": "error"
|
|
}
|
|
}
|