0.2.31 • Published 3 years ago
@mellkam/eslint-config v0.2.31
Installation
npm install --save-dev @mellkam/eslint-configyarn add -D @mellkam/eslint-configpnpm add -D @mellkam/eslint-configPeer dependencies
- eslint
- prettier
- typescript
Eslint config example
module.exports = {
root: true,
extends: ['@mellkam/eslint-config'],
parserOptions: {
project: './tsconfig.json',
},
};Prettier config example
module.exports = require('@mellkam/eslint-config/prettier');