1.0.2 • Published 1 year ago
@openmind-sw/eslint-config v1.0.2
Usage
Install via npm i --save-dev @openmind-sw/eslint-config
Add the following to the project's .eslintrc.js
:
module.exports = {
root: true,
extends: '@openmind-sw/eslint-config',
};