UNPKG

eslint-config-weirdpattern

Version:

ESLint shareable config for JavaScript projects

14 lines (10 loc) 323 B
/** * Copyright (c) 2017, WeirdPattern * All rights reserved. * * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; const { error } = require('../utils/reporter'); module.exports = { rules: { strict: error('safe') } };