@dztools/eslint-config-base

1.4.1 • Public • Published

@dztools/eslint-config-base

Base ESLint configuration for JavaScript applications.

npm prettier license

Installation and Dependencies

To install the package:

[npm i -D || yarn add -D] @dztools/eslint-config-base

If peer dependencies are needed, run the following:

[npm i -D || yarn add -D] @babel/eslint-parser eslint eslint-config-airbnb-base eslint-config-prettier eslint-plugin-import eslint-plugin-prettier prettier

Usage

In your local eslintrc config file:

module.exports = {
  extends: ['@dztools/eslint-config-base']
};

License

MIT

Package Sidebar

Install

npm i @dztools/eslint-config-base

Weekly Downloads

2

Version

1.4.1

License

MIT

Unpacked Size

4.42 kB

Total Files

4

Last publish

Collaborators

  • dan.zervoudakes