mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
module.exports = {
|
|
plugins: ["mocha"],
|
|
extends: ["plugin:mocha/recommended"],
|
|
};
|