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