mirror of
https://github.com/superschnups/Emy.git
synced 2026-06-22 03:13:10 +00:00
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
extends: '@mscdex/eslint-config',
|
||
|
|
};
|