@ableco/eslint-config

0.4.1 • Public • Published

@ableco/eslint-config

This repository provides recommended ESLint configuration for use on Able JavaScript projects.

Installation

Using yarn:

yarn add @ableco/eslint-config --dev

Using npm:

npm install @ableco/eslint-config --save-dev

Usage

In your .eslintrc.js file, replace it with:

module.exports = {
  root: true,
  settings: {
    //... your own settings, for example "import/resolver" or "react".
  },
  extends: "@ableco"
};

Note: This ESLint configuration only replaces env, parser, extends, plugins and rules.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ableco/eslint-config.

License

The library is available as open source under the terms of the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @ableco/eslint-config

Weekly Downloads

14

Version

0.4.1

License

MIT

Unpacked Size

5.72 kB

Total Files

10

Last publish

Collaborators

  • ableco-npm
  • sergiodxa
  • arturopuente
  • moisesnandres