0.2.31 • Published 1 year ago

@mellkam/eslint-config v0.2.31

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Installation

npm install --save-dev @mellkam/eslint-config
yarn add -D @mellkam/eslint-config
pnpm add -D @mellkam/eslint-config

Peer 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');