mirror of
https://github.com/documize/community.git
synced 2025-08-03 20:45:26 +02:00
6 lines
62 B
JavaScript
6 lines
62 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
extends: 'recommended'
|
||
|
};
|