@inveniem/eslint-config
v1.0.2
Published
Inveniem's reusable ESLint configuration
Downloads
4
Readme
@inveniem/eslint-config
This package provides Inveniem's ESLint configuration as an extensible shared configuration.
Usage
- Run
yarn add --dev @inveniem/eslint-config
- Run
npx install-peerdeps --dev @inveniem/eslint-config
- Create an .eslintrc.js file with the following contents:
module.exports = {
extends: '@inveniem/eslint-config',
};