mirror of
https://github.com/denoland/setup-deno.git
synced 2026-08-07 00:00:26 +02:00
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
extends: '@mscdex/eslint-config',
|
|
};
|