mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
{
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"expect": true,
|
|
"jasmine": true,
|
|
"sinon": true
|
|
},
|
|
"rules": {
|
|
"no-unused-expressions": 0
|
|
}
|
|
}
|