mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
6 lines
62 B
JavaScript
6 lines
62 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
extends: 'recommended'
|
||
|
};
|