UNPKG

@silvermine/eslint-config

Version:

JS Code Standards for all SilverMine projects - eslint enforcement

20 lines (14 loc) 242 B
/* * Copyright (c) 2016 Jeremy Thomerson * Licensed under the MIT license. */ 'use strict'; module.exports = { 'env': { 'mocha': true, }, 'extends': './node.js', 'rules': { 'no-empty-function': 'off', }, };