UNPKG

@silvermine/eslint-config

Version:

JS Code Standards for all SilverMine projects - eslint enforcement

19 lines (13 loc) 237 B
/** * Copyright (c) 2017 Jeremy Thomerson * Licensed under the MIT license. */ 'use strict'; module.exports = { 'env': { 'node': false, 'browser': true, 'commonjs': true, }, 'extends': './index.js', };