UNPKG

@silvermine/eslint-config

Version:

JS Code Standards for all SilverMine projects - eslint enforcement

17 lines (11 loc) 188 B
/* * Copyright (c) 2016 Jeremy Thomerson * Licensed under the MIT license. */ 'use strict'; module.exports = { 'env': { 'node': true, }, 'extends': './index.js', };