1.4.1 • Published 3 years ago
@dztools/eslint-config-base v1.4.1
@dztools/eslint-config-base
Base ESLint configuration for JavaScript applications.
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']
};