eslint-config-arena

1.2.0 • Public • Published

eslint-config-arena

ESLint configuration used in arena packages.

Getting started

  1. npm i eslint-config-arena.
  2. Update your project's ESLint config to extend arena.

.eslintrc.js example:

module.exports = {
  extends: 'arena',
  rules: {
    // Add rules to be overriden here. E.g.:
    semi: ['error', 'always'],
  },
};

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-arena

Weekly Downloads

8

Version

1.2.0

License

none

Unpacked Size

1.44 kB

Total Files

4

Last publish

Collaborators

  • mibgs
  • vangelis.b