ZPRP/.template-lintrc.js

6 lines
62 B
JavaScript
Raw Permalink Normal View History

'use strict';
module.exports = {
extends: 'recommended'
};