UNPKG

react-router-ga

Version:

[![Downloads](https://img.shields.io/npm/dm/react-router-ga)](https://npm.im/react-router-ga) [![Version](https://img.shields.io/npm/v/react-router-ga)](https://npm.im/react-router-ga) [![License](https://img.shields.io/npm/l/react-router-ga)](https://ope

42 lines (41 loc) 660 B
module.exports = { 'env': { 'browser': true, 'commonjs': true, 'node': true, 'es6': true }, 'parserOptions': { 'ecmaVersion': 8 }, 'extends': 'eslint:recommended', 'rules': { 'indent': [ 'error', 2, { 'FunctionDeclaration': { 'parameters': 'first' }, 'FunctionExpression': { 'parameters': 'first' }, 'CallExpression': { 'arguments': 'first' } } ], 'linebreak-style': [ 'error', 'unix' ], 'quotes': [ 'error', 'single' ], 'semi': [ 'error', 'always' ] } };